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=8041
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=8042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8040",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8041,
    "results": [
        {
            "start": 872196768,
            "stop": 872196843
        },
        {
            "start": 872196860,
            "stop": 872196908
        },
        {
            "start": 872196925,
            "stop": 872196996
        },
        {
            "start": 872197013,
            "stop": 872197461
        },
        {
            "start": 872197478,
            "stop": 872197488
        },
        {
            "start": 872197505,
            "stop": 872197783
        },
        {
            "start": 872197809,
            "stop": 872198041
        },
        {
            "start": 872198058,
            "stop": 872198087
        },
        {
            "start": 872198104,
            "stop": 872198676
        },
        {
            "start": 872198701,
            "stop": 872198813
        },
        {
            "start": 872198830,
            "stop": 872198925
        },
        {
            "start": 872198942,
            "stop": 872198990
        },
        {
            "start": 872199007,
            "stop": 872199008
        },
        {
            "start": 872199037,
            "stop": 872199057
        },
        {
            "start": 872199088,
            "stop": 872199098
        },
        {
            "start": 872199115,
            "stop": 872199137
        },
        {
            "start": 872199201,
            "stop": 872199212
        },
        {
            "start": 872199229,
            "stop": 872199253
        },
        {
            "start": 872199270,
            "stop": 872199278
        },
        {
            "start": 872199295,
            "stop": 872199333
        }
    ]
}