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=822
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=823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=821",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 822,
    "results": [
        {
            "start": 862909802,
            "stop": 862912112
        },
        {
            "start": 862912344,
            "stop": 862912644
        },
        {
            "start": 862912845,
            "stop": 862919565
        },
        {
            "start": 862919740,
            "stop": 862920160
        },
        {
            "start": 862920307,
            "stop": 862921417
        },
        {
            "start": 862921567,
            "stop": 862922527
        },
        {
            "start": 862924513,
            "stop": 862924873
        },
        {
            "start": 862929309,
            "stop": 862930389
        },
        {
            "start": 862931501,
            "stop": 862932341
        },
        {
            "start": 862932521,
            "stop": 862935941
        },
        {
            "start": 862936307,
            "stop": 862937357
        },
        {
            "start": 862937387,
            "stop": 862937567
        },
        {
            "start": 862937839,
            "stop": 862938079
        },
        {
            "start": 862938244,
            "stop": 862940584
        },
        {
            "start": 862944905,
            "stop": 862945265
        },
        {
            "start": 862945437,
            "stop": 862945677
        },
        {
            "start": 862953203,
            "stop": 862954043
        },
        {
            "start": 862954671,
            "stop": 862958391
        },
        {
            "start": 862959050,
            "stop": 862966250
        },
        {
            "start": 862966470,
            "stop": 862974510
        }
    ]
}