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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4859",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4860,
    "results": [
        {
            "start": 874749673,
            "stop": 874749730
        },
        {
            "start": 874749750,
            "stop": 874749770
        },
        {
            "start": 874749789,
            "stop": 874749968
        },
        {
            "start": 874749987,
            "stop": 874750026
        },
        {
            "start": 874750045,
            "stop": 874750194
        },
        {
            "start": 874750231,
            "stop": 874750284
        },
        {
            "start": 874750303,
            "stop": 874750351
        },
        {
            "start": 874750370,
            "stop": 874750446
        },
        {
            "start": 874750471,
            "stop": 874750500
        },
        {
            "start": 874750519,
            "stop": 874750541
        },
        {
            "start": 874750560,
            "stop": 874750602
        },
        {
            "start": 874750621,
            "stop": 874750733
        },
        {
            "start": 874750752,
            "stop": 874750806
        },
        {
            "start": 874750830,
            "stop": 874750880
        },
        {
            "start": 874750900,
            "stop": 874750946
        },
        {
            "start": 874750965,
            "stop": 874750969
        },
        {
            "start": 874750988,
            "stop": 874751045
        },
        {
            "start": 874751064,
            "stop": 874751157
        },
        {
            "start": 874751176,
            "stop": 874751226
        },
        {
            "start": 874751253,
            "stop": 874751332
        }
    ]
}