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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=106",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 107,
    "results": [
        {
            "start": 931381261,
            "stop": 931381319
        },
        {
            "start": 931381321,
            "stop": 931381364
        },
        {
            "start": 931381365,
            "stop": 931381417
        },
        {
            "start": 931381419,
            "stop": 931381446
        },
        {
            "start": 931381448,
            "stop": 931381451
        },
        {
            "start": 931381453,
            "stop": 931381475
        },
        {
            "start": 931381476,
            "stop": 931381529
        },
        {
            "start": 931381533,
            "stop": 931381620
        },
        {
            "start": 931381622,
            "stop": 931381634
        },
        {
            "start": 931381636,
            "stop": 931381667
        },
        {
            "start": 931381670,
            "stop": 931381707
        },
        {
            "start": 931381709,
            "stop": 931381722
        },
        {
            "start": 931381723,
            "stop": 931381752
        },
        {
            "start": 931381754,
            "stop": 931381865
        },
        {
            "start": 931381867,
            "stop": 931381871
        },
        {
            "start": 931381873,
            "stop": 931381905
        },
        {
            "start": 931381908,
            "stop": 931381955
        },
        {
            "start": 931381957,
            "stop": 931381965
        },
        {
            "start": 931381967,
            "stop": 931381982
        },
        {
            "start": 931381983,
            "stop": 931382055
        }
    ]
}