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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=320",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 321,
    "results": [
        {
            "start": 818757557,
            "stop": 818757574
        },
        {
            "start": 818757597,
            "stop": 818757600
        },
        {
            "start": 818757720,
            "stop": 818757728
        },
        {
            "start": 818757748,
            "stop": 818757789
        },
        {
            "start": 818757809,
            "stop": 818757835
        },
        {
            "start": 818757866,
            "stop": 818757936
        },
        {
            "start": 818758007,
            "stop": 818758012
        },
        {
            "start": 818758048,
            "stop": 818758066
        },
        {
            "start": 818758118,
            "stop": 818758122
        },
        {
            "start": 818758153,
            "stop": 818758211
        },
        {
            "start": 818758231,
            "stop": 818758295
        },
        {
            "start": 818758380,
            "stop": 818758391
        },
        {
            "start": 818758411,
            "stop": 818758413
        },
        {
            "start": 818758433,
            "stop": 818758442
        },
        {
            "start": 818758470,
            "stop": 818758479
        },
        {
            "start": 818758511,
            "stop": 818758541
        },
        {
            "start": 818758615,
            "stop": 818758627
        },
        {
            "start": 818758666,
            "stop": 818758766
        },
        {
            "start": 818758860,
            "stop": 818758980
        },
        {
            "start": 818759040,
            "stop": 818759052
        }
    ]
}