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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 3,
    "results": [
        {
            "start": 1126575257,
            "stop": 1126604112
        },
        {
            "start": 1126611508,
            "stop": 1126613091
        },
        {
            "start": 1126615415,
            "stop": 1126629181
        },
        {
            "start": 1126633397,
            "stop": 1126633457
        },
        {
            "start": 1126633637,
            "stop": 1126633697
        },
        {
            "start": 1126633877,
            "stop": 1126634057
        },
        {
            "start": 1126634117,
            "stop": 1126634237
        },
        {
            "start": 1126634417,
            "stop": 1126634477
        },
        {
            "start": 1126634537,
            "stop": 1126635077
        },
        {
            "start": 1126635137,
            "stop": 1126636997
        },
        {
            "start": 1126637057,
            "stop": 1126637117
        },
        {
            "start": 1126637177,
            "stop": 1126637357
        },
        {
            "start": 1126637537,
            "stop": 1126657697
        },
        {
            "start": 1126657757,
            "stop": 1126657817
        },
        {
            "start": 1126657937,
            "stop": 1126659317
        },
        {
            "start": 1126659377,
            "stop": 1126676597
        },
        {
            "start": 1126676717,
            "stop": 1126677317
        },
        {
            "start": 1126682744,
            "stop": 1126691793
        },
        {
            "start": 1126714447,
            "stop": 1126715543
        },
        {
            "start": 1126719918,
            "stop": 1126720055
        }
    ]
}