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=4661
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=4662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4660",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4661,
    "results": [
        {
            "start": 874291629,
            "stop": 874291639
        },
        {
            "start": 874291674,
            "stop": 874291699
        },
        {
            "start": 874291718,
            "stop": 874291736
        },
        {
            "start": 874291776,
            "stop": 874291806
        },
        {
            "start": 874291827,
            "stop": 874291838
        },
        {
            "start": 874291863,
            "stop": 874291904
        },
        {
            "start": 874292015,
            "stop": 874292045
        },
        {
            "start": 874292067,
            "stop": 874292075
        },
        {
            "start": 874292112,
            "stop": 874292154
        },
        {
            "start": 874292174,
            "stop": 874292190
        },
        {
            "start": 874292209,
            "stop": 874292256
        },
        {
            "start": 874292290,
            "stop": 874292327
        },
        {
            "start": 874292358,
            "stop": 874292373
        },
        {
            "start": 874292411,
            "stop": 874292442
        },
        {
            "start": 874292461,
            "stop": 874292530
        },
        {
            "start": 874292567,
            "stop": 874292649
        },
        {
            "start": 874292677,
            "stop": 874292745
        },
        {
            "start": 874292771,
            "stop": 874292778
        },
        {
            "start": 874292797,
            "stop": 874292953
        },
        {
            "start": 874292973,
            "stop": 874293087
        }
    ]
}