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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7405",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7403",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7404,
    "results": [
        {
            "start": 969698828,
            "stop": 969698852
        },
        {
            "start": 969698902,
            "stop": 969699234
        },
        {
            "start": 969699255,
            "stop": 969699284
        },
        {
            "start": 969699326,
            "stop": 969699334
        },
        {
            "start": 969699340,
            "stop": 969699344
        },
        {
            "start": 969699365,
            "stop": 969699380
        },
        {
            "start": 969699401,
            "stop": 969699402
        },
        {
            "start": 969699408,
            "stop": 969700148
        },
        {
            "start": 969700169,
            "stop": 969700175
        },
        {
            "start": 969700216,
            "stop": 969700219
        },
        {
            "start": 969700240,
            "stop": 969700251
        },
        {
            "start": 969700285,
            "stop": 969700495
        },
        {
            "start": 969700516,
            "stop": 969700549
        },
        {
            "start": 969700570,
            "stop": 969701010
        },
        {
            "start": 969701013,
            "stop": 969701130
        },
        {
            "start": 969701151,
            "stop": 969701285
        },
        {
            "start": 969701288,
            "stop": 969701400
        },
        {
            "start": 969701403,
            "stop": 969701425
        },
        {
            "start": 969701428,
            "stop": 969701886
        },
        {
            "start": 969701889,
            "stop": 969703676
        }
    ]
}