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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=33",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 34,
    "results": [
        {
            "start": 820251657,
            "stop": 820273452
        },
        {
            "start": 820273686,
            "stop": 820275900
        },
        {
            "start": 820280886,
            "stop": 820280902
        },
        {
            "start": 820280976,
            "stop": 820284765
        },
        {
            "start": 820285510,
            "stop": 820301972
        },
        {
            "start": 820301974,
            "stop": 820304495
        },
        {
            "start": 820304918,
            "stop": 820316391
        },
        {
            "start": 820316628,
            "stop": 820321165
        },
        {
            "start": 820321810,
            "stop": 820322265
        },
        {
            "start": 820322267,
            "stop": 820322269
        },
        {
            "start": 820322418,
            "stop": 820327209
        },
        {
            "start": 820327808,
            "stop": 820338086
        },
        {
            "start": 820338288,
            "stop": 820340203
        },
        {
            "start": 820340205,
            "stop": 820340206
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820364665
        },
        {
            "start": 820365762,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820375121
        },
        {
            "start": 820375122,
            "stop": 820380169
        },
        {
            "start": 820381418,
            "stop": 820382002
        }
    ]
}