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_CAT3/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_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=16",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 17,
    "results": [
        {
            "start": 816271710,
            "stop": 816271770
        },
        {
            "start": 816272734,
            "stop": 816272782
        },
        {
            "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": 816274085,
            "stop": 816274105
        },
        {
            "start": 816274147,
            "stop": 816274159
        }
    ]
}