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=9861
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=9862",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9860",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9861,
    "results": [
        {
            "start": 874253544,
            "stop": 874253567
        },
        {
            "start": 874253584,
            "stop": 874253749
        },
        {
            "start": 874253820,
            "stop": 874254344
        },
        {
            "start": 874254525,
            "stop": 874254721
        },
        {
            "start": 874254738,
            "stop": 874254926
        },
        {
            "start": 874254943,
            "stop": 874255200
        },
        {
            "start": 874255260,
            "stop": 874255560
        },
        {
            "start": 874255620,
            "stop": 874255980
        },
        {
            "start": 874256100,
            "stop": 874256149
        },
        {
            "start": 874256220,
            "stop": 874256280
        },
        {
            "start": 874256340,
            "stop": 874256700
        },
        {
            "start": 874256760,
            "stop": 874256990
        },
        {
            "start": 874257007,
            "stop": 874257884
        },
        {
            "start": 874258267,
            "stop": 874258560
        },
        {
            "start": 874258620,
            "stop": 874258700
        },
        {
            "start": 874258717,
            "stop": 874259160
        },
        {
            "start": 874259220,
            "stop": 874259281
        },
        {
            "start": 874259401,
            "stop": 874260000
        },
        {
            "start": 874260060,
            "stop": 874260120
        },
        {
            "start": 874260480,
            "stop": 874260720
        }
    ]
}