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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=160",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 161,
    "results": [
        {
            "start": 819161172,
            "stop": 819161414
        },
        {
            "start": 819161418,
            "stop": 819161710
        },
        {
            "start": 819161713,
            "stop": 819161954
        },
        {
            "start": 819161971,
            "stop": 819162098
        },
        {
            "start": 819162115,
            "stop": 819162229
        },
        {
            "start": 819162246,
            "stop": 819162390
        },
        {
            "start": 819162450,
            "stop": 819162656
        },
        {
            "start": 819162776,
            "stop": 819164305
        },
        {
            "start": 819164322,
            "stop": 819164504
        },
        {
            "start": 819164521,
            "stop": 819164638
        },
        {
            "start": 819164641,
            "stop": 819164714
        },
        {
            "start": 819164717,
            "stop": 819165758
        },
        {
            "start": 819165761,
            "stop": 819166454
        },
        {
            "start": 819166471,
            "stop": 819166656
        },
        {
            "start": 819166688,
            "stop": 819167112
        },
        {
            "start": 819167115,
            "stop": 819167582
        },
        {
            "start": 819167585,
            "stop": 819168018
        },
        {
            "start": 819168021,
            "stop": 819168199
        },
        {
            "start": 819168202,
            "stop": 819168689
        },
        {
            "start": 819168706,
            "stop": 819168869
        }
    ]
}