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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=91",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 92,
    "results": [
        {
            "start": 932080025,
            "stop": 932080117
        },
        {
            "start": 932080118,
            "stop": 932080120
        },
        {
            "start": 932080123,
            "stop": 932080136
        },
        {
            "start": 932080137,
            "stop": 932080162
        },
        {
            "start": 932080163,
            "stop": 932080171
        },
        {
            "start": 932080172,
            "stop": 932080187
        },
        {
            "start": 932080188,
            "stop": 932080202
        },
        {
            "start": 932080206,
            "stop": 932080247
        },
        {
            "start": 932080249,
            "stop": 932080262
        },
        {
            "start": 932080264,
            "stop": 932080411
        },
        {
            "start": 932080412,
            "stop": 932080482
        },
        {
            "start": 932080484,
            "stop": 932080485
        },
        {
            "start": 932080486,
            "stop": 932080507
        },
        {
            "start": 932080525,
            "stop": 932080641
        },
        {
            "start": 932080643,
            "stop": 932080652
        },
        {
            "start": 932080655,
            "stop": 932080662
        },
        {
            "start": 932080663,
            "stop": 932080671
        },
        {
            "start": 932080673,
            "stop": 932080701
        },
        {
            "start": 932080702,
            "stop": 932080715
        },
        {
            "start": 932080718,
            "stop": 932080740
        }
    ]
}