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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=4",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 5,
    "results": [
        {
            "start": 931125824,
            "stop": 931126299
        },
        {
            "start": 931127116,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931131924
        },
        {
            "start": 931131930,
            "stop": 931131937
        },
        {
            "start": 931131943,
            "stop": 931131989
        },
        {
            "start": 931131995,
            "stop": 931132357
        },
        {
            "start": 931132362,
            "stop": 931132668
        },
        {
            "start": 931132681,
            "stop": 931132697
        },
        {
            "start": 931132708,
            "stop": 931132712
        },
        {
            "start": 931132729,
            "stop": 931132739
        },
        {
            "start": 931132745,
            "stop": 931132955
        },
        {
            "start": 931134050,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931134584
        },
        {
            "start": 931134598,
            "stop": 931134601
        },
        {
            "start": 931134613,
            "stop": 931134625
        },
        {
            "start": 931134631,
            "stop": 931134632
        },
        {
            "start": 931134645,
            "stop": 931134662
        },
        {
            "start": 931134669,
            "stop": 931134714
        },
        {
            "start": 931134720,
            "stop": 931134726
        },
        {
            "start": 931134736,
            "stop": 931134767
        }
    ]
}