Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=284
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=283",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 284,
    "results": [
        {
            "start": 841262663,
            "stop": 841266197
        },
        {
            "start": 841266352,
            "stop": 841266759
        },
        {
            "start": 841267661,
            "stop": 841271777
        },
        {
            "start": 841271778,
            "stop": 841277770
        },
        {
            "start": 841277924,
            "stop": 841278045
        },
        {
            "start": 841278046,
            "stop": 841278362
        },
        {
            "start": 841278446,
            "stop": 841278715
        },
        {
            "start": 841278773,
            "stop": 841278778
        },
        {
            "start": 841278780,
            "stop": 841278797
        },
        {
            "start": 841278799,
            "stop": 841279128
        },
        {
            "start": 841279130,
            "stop": 841279136
        },
        {
            "start": 841279138,
            "stop": 841279589
        },
        {
            "start": 841279591,
            "stop": 841279619
        },
        {
            "start": 841279621,
            "stop": 841279718
        },
        {
            "start": 841279720,
            "stop": 841279722
        },
        {
            "start": 841279725,
            "stop": 841279839
        },
        {
            "start": 841279841,
            "stop": 841279988
        },
        {
            "start": 841279989,
            "stop": 841280249
        },
        {
            "start": 841280252,
            "stop": 841280954
        },
        {
            "start": 841280956,
            "stop": 841281117
        }
    ]
}