Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=61",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 62,
    "results": [
        {
            "start": 816202429,
            "stop": 816202709
        },
        {
            "start": 816202712,
            "stop": 816202775
        },
        {
            "start": 816202778,
            "stop": 816202862
        },
        {
            "start": 816202865,
            "stop": 816203053
        },
        {
            "start": 816203056,
            "stop": 816203063
        },
        {
            "start": 816203067,
            "stop": 816203203
        },
        {
            "start": 816203638,
            "stop": 816203760
        },
        {
            "start": 816203763,
            "stop": 816203785
        },
        {
            "start": 816204188,
            "stop": 816204251
        },
        {
            "start": 816204278,
            "stop": 816204286
        },
        {
            "start": 816204289,
            "stop": 816204338
        },
        {
            "start": 816204342,
            "stop": 816204368
        },
        {
            "start": 816204371,
            "stop": 816204377
        },
        {
            "start": 816204394,
            "stop": 816204419
        },
        {
            "start": 816204422,
            "stop": 816204469
        },
        {
            "start": 816204472,
            "stop": 816204475
        },
        {
            "start": 816204478,
            "stop": 816204624
        },
        {
            "start": 816204628,
            "stop": 816204827
        },
        {
            "start": 816204831,
            "stop": 816204874
        },
        {
            "start": 816204877,
            "stop": 816204930
        }
    ]
}