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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=332",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 333,
    "results": [
        {
            "start": 818825439,
            "stop": 818825450
        },
        {
            "start": 818825471,
            "stop": 818825519
        },
        {
            "start": 818825539,
            "stop": 818825565
        },
        {
            "start": 818825600,
            "stop": 818825633
        },
        {
            "start": 818825674,
            "stop": 818825678
        },
        {
            "start": 818825698,
            "stop": 818825709
        },
        {
            "start": 818825730,
            "stop": 818825732
        },
        {
            "start": 818825752,
            "stop": 818825758
        },
        {
            "start": 818825799,
            "stop": 818825808
        },
        {
            "start": 818825877,
            "stop": 818825932
        },
        {
            "start": 818826030,
            "stop": 818826034
        },
        {
            "start": 818826120,
            "stop": 818826142
        },
        {
            "start": 818826163,
            "stop": 818826180
        },
        {
            "start": 818826396,
            "stop": 818826411
        },
        {
            "start": 818826613,
            "stop": 818826626
        },
        {
            "start": 818826720,
            "stop": 818826780
        },
        {
            "start": 818826847,
            "stop": 818826866
        },
        {
            "start": 818826889,
            "stop": 818826898
        },
        {
            "start": 818826955,
            "stop": 818826958
        },
        {
            "start": 818827020,
            "stop": 818827021
        }
    ]
}