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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=274",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 275,
    "results": [
        {
            "start": 820528182,
            "stop": 820528284
        },
        {
            "start": 820528289,
            "stop": 820528292
        },
        {
            "start": 820528296,
            "stop": 820528299
        },
        {
            "start": 820528303,
            "stop": 820528306
        },
        {
            "start": 820528310,
            "stop": 820528360
        },
        {
            "start": 820528365,
            "stop": 820528541
        },
        {
            "start": 820528544,
            "stop": 820528643
        },
        {
            "start": 820537954,
            "stop": 820538277
        },
        {
            "start": 820538281,
            "stop": 820538373
        },
        {
            "start": 820538377,
            "stop": 820538454
        },
        {
            "start": 820538458,
            "stop": 820538538
        },
        {
            "start": 820538541,
            "stop": 820538560
        },
        {
            "start": 820538563,
            "stop": 820538574
        },
        {
            "start": 820538577,
            "stop": 820538685
        },
        {
            "start": 820538688,
            "stop": 820538774
        },
        {
            "start": 820538777,
            "stop": 820538880
        },
        {
            "start": 820538884,
            "stop": 820538949
        },
        {
            "start": 820538952,
            "stop": 820539014
        },
        {
            "start": 820539017,
            "stop": 820539117
        },
        {
            "start": 820541648,
            "stop": 820541790
        }
    ]
}