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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7437",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7435",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7436,
    "results": [
        {
            "start": 969993618,
            "stop": 969993647
        },
        {
            "start": 969993767,
            "stop": 969993827
        },
        {
            "start": 969994007,
            "stop": 969994083
        },
        {
            "start": 969994087,
            "stop": 969994115
        },
        {
            "start": 969994118,
            "stop": 969994168
        },
        {
            "start": 969994171,
            "stop": 969994373
        },
        {
            "start": 969994376,
            "stop": 969994400
        },
        {
            "start": 969994403,
            "stop": 969994487
        },
        {
            "start": 969994547,
            "stop": 969994667
        },
        {
            "start": 969994967,
            "stop": 969995027
        },
        {
            "start": 969995159,
            "stop": 969995188
        },
        {
            "start": 969995191,
            "stop": 969995201
        },
        {
            "start": 969995204,
            "stop": 969995212
        },
        {
            "start": 969995215,
            "stop": 969995267
        },
        {
            "start": 969995387,
            "stop": 969995447
        },
        {
            "start": 969995567,
            "stop": 969995572
        },
        {
            "start": 969995575,
            "stop": 969995585
        },
        {
            "start": 969995588,
            "stop": 969995608
        },
        {
            "start": 969995611,
            "stop": 969995643
        },
        {
            "start": 969995647,
            "stop": 969995690
        }
    ]
}