Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=90
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=89",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 90,
    "results": [
        {
            "start": 824676764,
            "stop": 824677312
        },
        {
            "start": 824677318,
            "stop": 824677345
        },
        {
            "start": 824677353,
            "stop": 824678427
        },
        {
            "start": 824681146,
            "stop": 824681332
        },
        {
            "start": 824681338,
            "stop": 824681340
        },
        {
            "start": 824681345,
            "stop": 824682725
        },
        {
            "start": 824703372,
            "stop": 824710590
        },
        {
            "start": 824710650,
            "stop": 824720663
        },
        {
            "start": 824720773,
            "stop": 824729731
        },
        {
            "start": 824739337,
            "stop": 824739338
        },
        {
            "start": 824739345,
            "stop": 824739346
        },
        {
            "start": 824739389,
            "stop": 824739391
        },
        {
            "start": 824739410,
            "stop": 824739411
        },
        {
            "start": 824739423,
            "stop": 824739424
        },
        {
            "start": 824739430,
            "stop": 824739431
        },
        {
            "start": 824739451,
            "stop": 824739454
        },
        {
            "start": 824739463,
            "stop": 824739464
        },
        {
            "start": 824739493,
            "stop": 824739494
        },
        {
            "start": 824739513,
            "stop": 824739517
        },
        {
            "start": 824739558,
            "stop": 824739559
        }
    ]
}