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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=50",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 51,
    "results": [
        {
            "start": 931375209,
            "stop": 931375233
        },
        {
            "start": 931375264,
            "stop": 931375485
        },
        {
            "start": 931375502,
            "stop": 931375504
        },
        {
            "start": 931375551,
            "stop": 931375590
        },
        {
            "start": 931375618,
            "stop": 931375675
        },
        {
            "start": 931375693,
            "stop": 931375747
        },
        {
            "start": 931375779,
            "stop": 931375799
        },
        {
            "start": 931375818,
            "stop": 931375834
        },
        {
            "start": 931375852,
            "stop": 931375877
        },
        {
            "start": 931375896,
            "stop": 931376193
        },
        {
            "start": 931376234,
            "stop": 931376276
        },
        {
            "start": 931376295,
            "stop": 931376363
        },
        {
            "start": 931376382,
            "stop": 931376394
        },
        {
            "start": 931376411,
            "stop": 931376416
        },
        {
            "start": 931376453,
            "stop": 931376466
        },
        {
            "start": 931376488,
            "stop": 931376491
        },
        {
            "start": 931376509,
            "stop": 931376570
        },
        {
            "start": 931376587,
            "stop": 931376773
        },
        {
            "start": 931376792,
            "stop": 931376811
        },
        {
            "start": 931376829,
            "stop": 931376861
        }
    ]
}