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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=32",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 33,
    "results": [
        {
            "start": 1169392937,
            "stop": 1169395694
        },
        {
            "start": 1169405061,
            "stop": 1169410304
        },
        {
            "start": 1169410308,
            "stop": 1169413320
        },
        {
            "start": 1169413323,
            "stop": 1169414516
        },
        {
            "start": 1169414520,
            "stop": 1169414956
        },
        {
            "start": 1169414959,
            "stop": 1169416751
        },
        {
            "start": 1169417399,
            "stop": 1169417608
        },
        {
            "start": 1169417612,
            "stop": 1169417943
        },
        {
            "start": 1169424372,
            "stop": 1169430796
        },
        {
            "start": 1169430799,
            "stop": 1169436355
        },
        {
            "start": 1169436358,
            "stop": 1169437657
        },
        {
            "start": 1169437661,
            "stop": 1169437880
        },
        {
            "start": 1169437884,
            "stop": 1169442344
        },
        {
            "start": 1169442348,
            "stop": 1169462857
        },
        {
            "start": 1169462861,
            "stop": 1169488086
        },
        {
            "start": 1169488089,
            "stop": 1169488091
        },
        {
            "start": 1169488094,
            "stop": 1169492249
        },
        {
            "start": 1169492252,
            "stop": 1169492695
        },
        {
            "start": 1169492698,
            "stop": 1169493151
        },
        {
            "start": 1169493154,
            "stop": 1169494637
        }
    ]
}