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=421
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=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=420",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 421,
    "results": [
        {
            "start": 825204184,
            "stop": 825204185
        },
        {
            "start": 825204204,
            "stop": 825204205
        },
        {
            "start": 825204224,
            "stop": 825204233
        },
        {
            "start": 825204279,
            "stop": 825204312
        },
        {
            "start": 825204331,
            "stop": 825204366
        },
        {
            "start": 825204385,
            "stop": 825204530
        },
        {
            "start": 825204551,
            "stop": 825204813
        },
        {
            "start": 825205113,
            "stop": 825205227
        },
        {
            "start": 825205244,
            "stop": 825205491
        },
        {
            "start": 825205510,
            "stop": 825205523
        },
        {
            "start": 825205540,
            "stop": 825205560
        },
        {
            "start": 825205580,
            "stop": 825205833
        },
        {
            "start": 825205850,
            "stop": 825206689
        },
        {
            "start": 825206706,
            "stop": 825206762
        },
        {
            "start": 825206779,
            "stop": 825206940
        },
        {
            "start": 825207000,
            "stop": 825207357
        },
        {
            "start": 825207360,
            "stop": 825207600
        },
        {
            "start": 825207604,
            "stop": 825207641
        },
        {
            "start": 825207658,
            "stop": 825207733
        },
        {
            "start": 825207750,
            "stop": 825207852
        }
    ]
}