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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3760",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3761,
    "results": [
        {
            "start": 873008002,
            "stop": 873008015
        },
        {
            "start": 873008027,
            "stop": 873008058
        },
        {
            "start": 873008061,
            "stop": 873008079
        },
        {
            "start": 873008082,
            "stop": 873008110
        },
        {
            "start": 873008113,
            "stop": 873008117
        },
        {
            "start": 873008120,
            "stop": 873008785
        },
        {
            "start": 873008789,
            "stop": 873008792
        },
        {
            "start": 873008795,
            "stop": 873008798
        },
        {
            "start": 873008801,
            "stop": 873008802
        },
        {
            "start": 873008808,
            "stop": 873008809
        },
        {
            "start": 873008822,
            "stop": 873008833
        },
        {
            "start": 873008837,
            "stop": 873008877
        },
        {
            "start": 873008880,
            "stop": 873009133
        },
        {
            "start": 873009136,
            "stop": 873009195
        },
        {
            "start": 873009209,
            "stop": 873009333
        },
        {
            "start": 873009337,
            "stop": 873009349
        },
        {
            "start": 873009355,
            "stop": 873009372
        },
        {
            "start": 873009375,
            "stop": 873009376
        },
        {
            "start": 873009379,
            "stop": 873009388
        },
        {
            "start": 873009391,
            "stop": 873009562
        }
    ]
}