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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=137",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 138,
    "results": [
        {
            "start": 819157372,
            "stop": 819157737
        },
        {
            "start": 819157760,
            "stop": 819159354
        },
        {
            "start": 819159357,
            "stop": 819159830
        },
        {
            "start": 819159833,
            "stop": 819160187
        },
        {
            "start": 819160205,
            "stop": 819160255
        },
        {
            "start": 819160272,
            "stop": 819161155
        },
        {
            "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": 819162657
        },
        {
            "start": 819162674,
            "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": 819167112
        }
    ]
}