Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 17,
    "results": [
        {
            "start": 816272805,
            "stop": 816272806
        },
        {
            "start": 816272809,
            "stop": 816272873
        },
        {
            "start": 816272877,
            "stop": 816272899
        },
        {
            "start": 816272976,
            "stop": 816273006
        },
        {
            "start": 816273011,
            "stop": 816273092
        },
        {
            "start": 816273114,
            "stop": 816273122
        },
        {
            "start": 816273155,
            "stop": 816273161
        },
        {
            "start": 816273184,
            "stop": 816273188
        },
        {
            "start": 816273208,
            "stop": 816273221
        },
        {
            "start": 816273283,
            "stop": 816273287
        },
        {
            "start": 816273534,
            "stop": 816273539
        },
        {
            "start": 816273561,
            "stop": 816273604
        },
        {
            "start": 816273607,
            "stop": 816273697
        },
        {
            "start": 816273743,
            "stop": 816273764
        },
        {
            "start": 816273802,
            "stop": 816273804
        },
        {
            "start": 816273965,
            "stop": 816273967
        },
        {
            "start": 816274222,
            "stop": 816274237
        },
        {
            "start": 816274266,
            "stop": 816274271
        },
        {
            "start": 816274664,
            "stop": 816274665
        },
        {
            "start": 816275091,
            "stop": 816275098
        }
    ]
}