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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=277",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 278,
    "results": [
        {
            "start": 831361631,
            "stop": 831361871
        },
        {
            "start": 831362048,
            "stop": 831362228
        },
        {
            "start": 831364663,
            "stop": 831364723
        },
        {
            "start": 831423926,
            "stop": 831424106
        },
        {
            "start": 831424423,
            "stop": 831424903
        },
        {
            "start": 831425219,
            "stop": 831425279
        },
        {
            "start": 831425735,
            "stop": 831425975
        },
        {
            "start": 831426005,
            "stop": 831426335
        },
        {
            "start": 831426605,
            "stop": 831427535
        },
        {
            "start": 831427711,
            "stop": 831428191
        },
        {
            "start": 831428401,
            "stop": 831428971
        },
        {
            "start": 831429183,
            "stop": 831432333
        },
        {
            "start": 831432483,
            "stop": 831432543
        },
        {
            "start": 831432693,
            "stop": 831436233
        },
        {
            "start": 831436293,
            "stop": 831436713
        },
        {
            "start": 831436743,
            "stop": 831436863
        },
        {
            "start": 831436893,
            "stop": 831437043
        },
        {
            "start": 831441877,
            "stop": 831449377
        },
        {
            "start": 831449467,
            "stop": 831449737
        },
        {
            "start": 831449894,
            "stop": 831450734
        }
    ]
}