Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9894
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=9895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9893",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9894,
    "results": [
        {
            "start": 870881471,
            "stop": 870881478
        },
        {
            "start": 870881506,
            "stop": 870881524
        },
        {
            "start": 870881531,
            "stop": 870881536
        },
        {
            "start": 870881559,
            "stop": 870881572
        },
        {
            "start": 870881667,
            "stop": 870881681
        },
        {
            "start": 870881689,
            "stop": 870881697
        },
        {
            "start": 870881729,
            "stop": 870881735
        },
        {
            "start": 870881745,
            "stop": 870881751
        },
        {
            "start": 870881820,
            "stop": 870881824
        },
        {
            "start": 870881832,
            "stop": 870881862
        },
        {
            "start": 870881886,
            "stop": 870881940
        },
        {
            "start": 870882000,
            "stop": 870882003
        },
        {
            "start": 870882084,
            "stop": 870882112
        },
        {
            "start": 870882121,
            "stop": 870882145
        },
        {
            "start": 870882358,
            "stop": 870882366
        },
        {
            "start": 870882374,
            "stop": 870882381
        },
        {
            "start": 870882393,
            "stop": 870882415
        },
        {
            "start": 870882422,
            "stop": 870882439
        },
        {
            "start": 870882456,
            "stop": 870882483
        },
        {
            "start": 870882490,
            "stop": 870882498
        }
    ]
}