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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10285",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10286,
    "results": [
        {
            "start": 874996564,
            "stop": 874997637
        },
        {
            "start": 874997654,
            "stop": 874999881
        },
        {
            "start": 874999898,
            "stop": 875000286
        },
        {
            "start": 875000322,
            "stop": 875000757
        },
        {
            "start": 875000793,
            "stop": 875002675
        },
        {
            "start": 875002711,
            "stop": 875002923
        },
        {
            "start": 875002962,
            "stop": 875003267
        },
        {
            "start": 875003284,
            "stop": 875004564
        },
        {
            "start": 875004628,
            "stop": 875004713
        },
        {
            "start": 875006469,
            "stop": 875006471
        },
        {
            "start": 875006507,
            "stop": 875006512
        },
        {
            "start": 875006905,
            "stop": 875006940
        },
        {
            "start": 875007180,
            "stop": 875007185
        },
        {
            "start": 875007223,
            "stop": 875007237
        },
        {
            "start": 875007432,
            "stop": 875007490
        },
        {
            "start": 875007526,
            "stop": 875007720
        },
        {
            "start": 875007812,
            "stop": 875008007
        },
        {
            "start": 875008043,
            "stop": 875008179
        },
        {
            "start": 875008322,
            "stop": 875008493
        },
        {
            "start": 875008529,
            "stop": 875008532
        }
    ]
}