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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 66,
    "results": [
        {
            "start": 1409054936,
            "stop": 1409056215
        },
        {
            "start": 1409056220,
            "stop": 1409057799
        },
        {
            "start": 1409057804,
            "stop": 1409068829
        },
        {
            "start": 1409068834,
            "stop": 1409070640
        },
        {
            "start": 1409070645,
            "stop": 1409070651
        },
        {
            "start": 1409070656,
            "stop": 1409070678
        },
        {
            "start": 1409070683,
            "stop": 1409070703
        },
        {
            "start": 1409070708,
            "stop": 1409071090
        },
        {
            "start": 1409071095,
            "stop": 1409071238
        },
        {
            "start": 1409071243,
            "stop": 1409071927
        },
        {
            "start": 1409071934,
            "stop": 1409071940
        },
        {
            "start": 1409071945,
            "stop": 1409071963
        },
        {
            "start": 1409071968,
            "stop": 1409071971
        },
        {
            "start": 1409071976,
            "stop": 1409072001
        },
        {
            "start": 1409072006,
            "stop": 1409072199
        },
        {
            "start": 1409072207,
            "stop": 1409072632
        },
        {
            "start": 1409072642,
            "stop": 1409072646
        },
        {
            "start": 1409072657,
            "stop": 1409072727
        },
        {
            "start": 1409072732,
            "stop": 1409073271
        },
        {
            "start": 1409073276,
            "stop": 1409073278
        }
    ]
}