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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=346",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 347,
    "results": [
        {
            "start": 862942504,
            "stop": 862943831
        },
        {
            "start": 862945075,
            "stop": 862946955
        },
        {
            "start": 862948104,
            "stop": 862948194
        },
        {
            "start": 862948494,
            "stop": 862948648
        },
        {
            "start": 862948833,
            "stop": 862948854
        },
        {
            "start": 862948931,
            "stop": 862949647
        },
        {
            "start": 862949947,
            "stop": 862950273
        },
        {
            "start": 862950588,
            "stop": 862953864
        },
        {
            "start": 862955216,
            "stop": 862957981
        },
        {
            "start": 862958930,
            "stop": 862968750
        },
        {
            "start": 862968810,
            "stop": 862976646
        },
        {
            "start": 862976756,
            "stop": 862977568
        },
        {
            "start": 862977868,
            "stop": 862981434
        },
        {
            "start": 862981456,
            "stop": 863027532
        },
        {
            "start": 863027822,
            "stop": 863034198
        },
        {
            "start": 863034498,
            "stop": 863037221
        },
        {
            "start": 863037239,
            "stop": 863037480
        },
        {
            "start": 863037540,
            "stop": 863051970
        },
        {
            "start": 863052510,
            "stop": 863052655
        },
        {
            "start": 863052765,
            "stop": 863052877
        }
    ]
}