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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5289",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5290,
    "results": [
        {
            "start": 874978064,
            "stop": 874978080
        },
        {
            "start": 874991001,
            "stop": 874991210
        },
        {
            "start": 874991247,
            "stop": 874991307
        },
        {
            "start": 874991324,
            "stop": 874992533
        },
        {
            "start": 874992569,
            "stop": 874992576
        },
        {
            "start": 874992613,
            "stop": 874992742
        },
        {
            "start": 874992778,
            "stop": 874993367
        },
        {
            "start": 874993403,
            "stop": 874994433
        },
        {
            "start": 874994473,
            "stop": 874996357
        },
        {
            "start": 874996393,
            "stop": 874996479
        },
        {
            "start": 874996516,
            "stop": 874996528
        },
        {
            "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
        }
    ]
}