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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5255",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5256,
    "results": [
        {
            "start": 875215275,
            "stop": 875215277
        },
        {
            "start": 875215288,
            "stop": 875215316
        },
        {
            "start": 875215323,
            "stop": 875215340
        },
        {
            "start": 875215347,
            "stop": 875215363
        },
        {
            "start": 875215371,
            "stop": 875215389
        },
        {
            "start": 875215396,
            "stop": 875215473
        },
        {
            "start": 875215480,
            "stop": 875215494
        },
        {
            "start": 875215501,
            "stop": 875215535
        },
        {
            "start": 875215543,
            "stop": 875215576
        },
        {
            "start": 875215583,
            "stop": 875215584
        },
        {
            "start": 875215597,
            "stop": 875215638
        },
        {
            "start": 875215646,
            "stop": 875215653
        },
        {
            "start": 875215660,
            "stop": 875215678
        },
        {
            "start": 875215685,
            "stop": 875215702
        },
        {
            "start": 875215709,
            "stop": 875215800
        },
        {
            "start": 875215808,
            "stop": 875215825
        },
        {
            "start": 875215840,
            "stop": 875215897
        },
        {
            "start": 875215909,
            "stop": 875215937
        },
        {
            "start": 875215945,
            "stop": 875216030
        },
        {
            "start": 875216037,
            "stop": 875216076
        }
    ]
}