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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=37",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 38,
    "results": [
        {
            "start": 1169842044,
            "stop": 1169842376
        },
        {
            "start": 1169842379,
            "stop": 1169842732
        },
        {
            "start": 1169842735,
            "stop": 1169844561
        },
        {
            "start": 1169844564,
            "stop": 1169847109
        },
        {
            "start": 1169847113,
            "stop": 1169855908
        },
        {
            "start": 1169855912,
            "stop": 1169866593
        },
        {
            "start": 1169866597,
            "stop": 1169867287
        },
        {
            "start": 1169867291,
            "stop": 1169875494
        },
        {
            "start": 1169875498,
            "stop": 1169879114
        },
        {
            "start": 1169879118,
            "stop": 1169880765
        },
        {
            "start": 1169880769,
            "stop": 1169886724
        },
        {
            "start": 1169886727,
            "stop": 1169901246
        },
        {
            "start": 1169901250,
            "stop": 1169909265
        },
        {
            "start": 1169909268,
            "stop": 1169909445
        },
        {
            "start": 1169909448,
            "stop": 1169910318
        },
        {
            "start": 1169944903,
            "stop": 1169955853
        },
        {
            "start": 1169955856,
            "stop": 1169991714
        },
        {
            "start": 1169997322,
            "stop": 1170006145
        },
        {
            "start": 1170006148,
            "stop": 1170006379
        },
        {
            "start": 1170006382,
            "stop": 1170007975
        }
    ]
}