Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46647
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46648",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46646",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46647,
    "results": [
        {
            "start": 875022127,
            "stop": 875022135
        },
        {
            "start": 875022136,
            "stop": 875022146
        },
        {
            "start": 875022148,
            "stop": 875022150
        },
        {
            "start": 875022157,
            "stop": 875022161
        },
        {
            "start": 875022164,
            "stop": 875022173
        },
        {
            "start": 875022174,
            "stop": 875022176
        },
        {
            "start": 875022179,
            "stop": 875022182
        },
        {
            "start": 875022188,
            "stop": 875022205
        },
        {
            "start": 875022206,
            "stop": 875022218
        },
        {
            "start": 875022220,
            "stop": 875022242
        },
        {
            "start": 875022243,
            "stop": 875022256
        },
        {
            "start": 875022258,
            "stop": 875022261
        },
        {
            "start": 875022267,
            "stop": 875022268
        },
        {
            "start": 875022269,
            "stop": 875022278
        },
        {
            "start": 875022283,
            "stop": 875022313
        },
        {
            "start": 875022314,
            "stop": 875022326
        },
        {
            "start": 875022328,
            "stop": 875022329
        },
        {
            "start": 875022333,
            "stop": 875022346
        },
        {
            "start": 875022347,
            "stop": 875022351
        },
        {
            "start": 875022352,
            "stop": 875022353
        }
    ]
}