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=1045
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=1046",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1044",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1045,
    "results": [
        {
            "start": 872584947,
            "stop": 872586447
        },
        {
            "start": 872586594,
            "stop": 872586654
        },
        {
            "start": 872589816,
            "stop": 872589936
        },
        {
            "start": 872590440,
            "stop": 872590980
        },
        {
            "start": 872591495,
            "stop": 872591915
        },
        {
            "start": 872592311,
            "stop": 872592491
        },
        {
            "start": 872592630,
            "stop": 872592930
        },
        {
            "start": 872594115,
            "stop": 872594475
        },
        {
            "start": 872594664,
            "stop": 872594964
        },
        {
            "start": 872595663,
            "stop": 872595723
        },
        {
            "start": 872595998,
            "stop": 872596058
        },
        {
            "start": 872596207,
            "stop": 872596387
        },
        {
            "start": 872597253,
            "stop": 872597313
        },
        {
            "start": 872597474,
            "stop": 872597534
        },
        {
            "start": 872597829,
            "stop": 872597889
        },
        {
            "start": 872598058,
            "stop": 872598118
        },
        {
            "start": 872598753,
            "stop": 872599173
        },
        {
            "start": 872599660,
            "stop": 872599960
        },
        {
            "start": 872600188,
            "stop": 872600308
        },
        {
            "start": 872602164,
            "stop": 872602284
        }
    ]
}