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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=36",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 37,
    "results": [
        {
            "start": 940195689,
            "stop": 940196071
        },
        {
            "start": 940199200,
            "stop": 940199398
        },
        {
            "start": 940200106,
            "stop": 940200839
        },
        {
            "start": 940201857,
            "stop": 940202090
        },
        {
            "start": 940203287,
            "stop": 940204108
        },
        {
            "start": 940206668,
            "stop": 940206996
        },
        {
            "start": 940207029,
            "stop": 940207322
        },
        {
            "start": 940211921,
            "stop": 940212226
        },
        {
            "start": 940213492,
            "stop": 940214190
        },
        {
            "start": 940216082,
            "stop": 940216591
        },
        {
            "start": 940219348,
            "stop": 940219771
        },
        {
            "start": 940220920,
            "stop": 940221721
        },
        {
            "start": 940222730,
            "stop": 940222772
        },
        {
            "start": 940232098,
            "stop": 940232920
        },
        {
            "start": 940235955,
            "stop": 940236519
        },
        {
            "start": 940238652,
            "stop": 940239766
        },
        {
            "start": 940241448,
            "stop": 940242096
        },
        {
            "start": 940244465,
            "stop": 940244747
        },
        {
            "start": 940245671,
            "stop": 940246304
        },
        {
            "start": 940249781,
            "stop": 940250028
        }
    ]
}