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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=327",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 328,
    "results": [
        {
            "start": 818814368,
            "stop": 818814432
        },
        {
            "start": 818814539,
            "stop": 818814540
        },
        {
            "start": 818814615,
            "stop": 818814617
        },
        {
            "start": 818814637,
            "stop": 818814638
        },
        {
            "start": 818814748,
            "stop": 818814752
        },
        {
            "start": 818814755,
            "stop": 818814830
        },
        {
            "start": 818814852,
            "stop": 818814894
        },
        {
            "start": 818814898,
            "stop": 818814900
        },
        {
            "start": 818815320,
            "stop": 818815327
        },
        {
            "start": 818815347,
            "stop": 818815378
        },
        {
            "start": 818815400,
            "stop": 818815408
        },
        {
            "start": 818815436,
            "stop": 818815521
        },
        {
            "start": 818815550,
            "stop": 818815577
        },
        {
            "start": 818815680,
            "stop": 818815706
        },
        {
            "start": 818815860,
            "stop": 818815875
        },
        {
            "start": 818815937,
            "stop": 818815994
        },
        {
            "start": 818816075,
            "stop": 818816103
        },
        {
            "start": 818816122,
            "stop": 818816131
        },
        {
            "start": 818816220,
            "stop": 818816266
        },
        {
            "start": 818816587,
            "stop": 818816640
        }
    ]
}