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/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=35
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=34",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 35,
    "results": [
        {
            "start": 931772751,
            "stop": 931772758
        },
        {
            "start": 931772823,
            "stop": 931772830
        },
        {
            "start": 931773103,
            "stop": 931773106
        },
        {
            "start": 931773158,
            "stop": 931773160
        },
        {
            "start": 931773283,
            "stop": 931773284
        },
        {
            "start": 931773368,
            "stop": 931773388
        },
        {
            "start": 931773455,
            "stop": 931773469
        },
        {
            "start": 931773509,
            "stop": 931773514
        },
        {
            "start": 931773583,
            "stop": 931773587
        },
        {
            "start": 931773669,
            "stop": 931773670
        },
        {
            "start": 931773706,
            "stop": 931773716
        },
        {
            "start": 931773842,
            "stop": 931773857
        },
        {
            "start": 931773914,
            "stop": 931773922
        },
        {
            "start": 931774055,
            "stop": 931774058
        },
        {
            "start": 931774186,
            "stop": 931774188
        },
        {
            "start": 931774228,
            "stop": 931774259
        },
        {
            "start": 931774350,
            "stop": 931774351
        },
        {
            "start": 931774389,
            "stop": 931774402
        },
        {
            "start": 931774466,
            "stop": 931774469
        },
        {
            "start": 931774490,
            "stop": 931774493
        }
    ]
}