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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=85",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 86,
    "results": [
        {
            "start": 824212756,
            "stop": 824212842
        },
        {
            "start": 824212851,
            "stop": 824212890
        },
        {
            "start": 824212898,
            "stop": 824212904
        },
        {
            "start": 824212909,
            "stop": 824212987
        },
        {
            "start": 824212991,
            "stop": 824213156
        },
        {
            "start": 824213160,
            "stop": 824213248
        },
        {
            "start": 824213257,
            "stop": 824213272
        },
        {
            "start": 824213276,
            "stop": 824213360
        },
        {
            "start": 824213363,
            "stop": 824213412
        },
        {
            "start": 824213416,
            "stop": 824214065
        },
        {
            "start": 824214070,
            "stop": 824214298
        },
        {
            "start": 824214302,
            "stop": 824214308
        },
        {
            "start": 824214316,
            "stop": 824214339
        },
        {
            "start": 824214345,
            "stop": 824214490
        },
        {
            "start": 824214498,
            "stop": 824214748
        },
        {
            "start": 824214753,
            "stop": 824214782
        },
        {
            "start": 824214786,
            "stop": 824215104
        },
        {
            "start": 824215108,
            "stop": 824215176
        },
        {
            "start": 824215180,
            "stop": 824215333
        },
        {
            "start": 824215365,
            "stop": 824215368
        }
    ]
}