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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33231",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33232,
    "results": [
        {
            "start": 970976731,
            "stop": 970976768
        },
        {
            "start": 970976769,
            "stop": 970976821
        },
        {
            "start": 970976822,
            "stop": 970976886
        },
        {
            "start": 970976887,
            "stop": 970976960
        },
        {
            "start": 970976961,
            "stop": 970976977
        },
        {
            "start": 970976980,
            "stop": 970977031
        },
        {
            "start": 970977033,
            "stop": 970977156
        },
        {
            "start": 970977159,
            "stop": 970977188
        },
        {
            "start": 970977189,
            "stop": 970977206
        },
        {
            "start": 970977207,
            "stop": 970977302
        },
        {
            "start": 970977305,
            "stop": 970977353
        },
        {
            "start": 970977354,
            "stop": 970977408
        },
        {
            "start": 970977409,
            "stop": 970977423
        },
        {
            "start": 970977424,
            "stop": 970977470
        },
        {
            "start": 970977471,
            "stop": 970977530
        },
        {
            "start": 970977533,
            "stop": 970977541
        },
        {
            "start": 970977542,
            "stop": 970977558
        },
        {
            "start": 970977559,
            "stop": 970977618
        },
        {
            "start": 970977619,
            "stop": 970977662
        },
        {
            "start": 970977665,
            "stop": 970977696
        }
    ]
}