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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=355",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 356,
    "results": [
        {
            "start": 835112681,
            "stop": 835112861
        },
        {
            "start": 835113009,
            "stop": 835113609
        },
        {
            "start": 835114424,
            "stop": 835114784
        },
        {
            "start": 835115759,
            "stop": 835117199
        },
        {
            "start": 835117370,
            "stop": 835117490
        },
        {
            "start": 835117774,
            "stop": 835117894
        },
        {
            "start": 835118082,
            "stop": 835118382
        },
        {
            "start": 835118743,
            "stop": 835119523
        },
        {
            "start": 835119726,
            "stop": 835119966
        },
        {
            "start": 835121428,
            "stop": 835122028
        },
        {
            "start": 835122217,
            "stop": 835124617
        },
        {
            "start": 835124793,
            "stop": 835124973
        },
        {
            "start": 835125184,
            "stop": 835126084
        },
        {
            "start": 835126360,
            "stop": 835127800
        },
        {
            "start": 835127966,
            "stop": 835129706
        },
        {
            "start": 835129909,
            "stop": 835130089
        },
        {
            "start": 835130779,
            "stop": 835130839
        },
        {
            "start": 835131411,
            "stop": 835131591
        },
        {
            "start": 835131751,
            "stop": 835131931
        },
        {
            "start": 835132108,
            "stop": 835132228
        }
    ]
}