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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=11",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 12,
    "results": [
        {
            "start": 820026974,
            "stop": 820063005
        },
        {
            "start": 820063430,
            "stop": 820087105
        },
        {
            "start": 820088142,
            "stop": 820108768
        },
        {
            "start": 820111320,
            "stop": 820115190
        },
        {
            "start": 820115777,
            "stop": 820175731
        },
        {
            "start": 820177085,
            "stop": 820196408
        },
        {
            "start": 820197260,
            "stop": 820199662
        },
        {
            "start": 820200202,
            "stop": 820210680
        },
        {
            "start": 820211746,
            "stop": 820218674
        },
        {
            "start": 820228522,
            "stop": 820275930
        },
        {
            "start": 820279504,
            "stop": 820321233
        },
        {
            "start": 820322155,
            "stop": 820327243
        },
        {
            "start": 820327950,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820364700
        },
        {
            "start": 820365358,
            "stop": 820372200
        },
        {
            "start": 820373453,
            "stop": 820399030
        },
        {
            "start": 820407777,
            "stop": 820430016
        },
        {
            "start": 820430905,
            "stop": 820450994
        },
        {
            "start": 820451574,
            "stop": 820451732
        }
    ]
}