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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=184",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 185,
    "results": [
        {
            "start": 819964192,
            "stop": 819964304
        },
        {
            "start": 819964308,
            "stop": 819964352
        },
        {
            "start": 819964355,
            "stop": 819964600
        },
        {
            "start": 819964603,
            "stop": 819964644
        },
        {
            "start": 819964648,
            "stop": 819964725
        },
        {
            "start": 819964729,
            "stop": 819964731
        },
        {
            "start": 819964735,
            "stop": 819964813
        },
        {
            "start": 819964817,
            "stop": 819964839
        },
        {
            "start": 819964959,
            "stop": 819964982
        },
        {
            "start": 819964985,
            "stop": 819965032
        },
        {
            "start": 819965036,
            "stop": 819965146
        },
        {
            "start": 819965149,
            "stop": 819965221
        },
        {
            "start": 819965224,
            "stop": 819965279
        },
        {
            "start": 819965283,
            "stop": 819965410
        },
        {
            "start": 819965413,
            "stop": 819965468
        },
        {
            "start": 819965471,
            "stop": 819965639
        },
        {
            "start": 819965642,
            "stop": 819965714
        },
        {
            "start": 819965717,
            "stop": 819965785
        },
        {
            "start": 819965788,
            "stop": 819965879
        },
        {
            "start": 819965883,
            "stop": 819965939
        }
    ]
}