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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=667",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 668,
    "results": [
        {
            "start": 829674269,
            "stop": 829674759
        },
        {
            "start": 829674776,
            "stop": 829676540
        },
        {
            "start": 829676543,
            "stop": 829677849
        },
        {
            "start": 829677891,
            "stop": 829678002
        },
        {
            "start": 829678023,
            "stop": 829678754
        },
        {
            "start": 829678757,
            "stop": 829680800
        },
        {
            "start": 829680817,
            "stop": 829681898
        },
        {
            "start": 829681901,
            "stop": 829683742
        },
        {
            "start": 829683745,
            "stop": 829684411
        },
        {
            "start": 829684414,
            "stop": 829684783
        },
        {
            "start": 829684788,
            "stop": 829684795
        },
        {
            "start": 829684798,
            "stop": 829684814
        },
        {
            "start": 829684817,
            "stop": 829685237
        },
        {
            "start": 829685240,
            "stop": 829685241
        },
        {
            "start": 829685254,
            "stop": 829685510
        },
        {
            "start": 829685513,
            "stop": 829685739
        },
        {
            "start": 829685756,
            "stop": 829685936
        },
        {
            "start": 829685939,
            "stop": 829686344
        },
        {
            "start": 829686361,
            "stop": 829687813
        },
        {
            "start": 829687822,
            "stop": 829687824
        }
    ]
}