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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=67",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 68,
    "results": [
        {
            "start": 816689616,
            "stop": 816689634
        },
        {
            "start": 816689638,
            "stop": 816689694
        },
        {
            "start": 816689697,
            "stop": 816689760
        },
        {
            "start": 816689763,
            "stop": 816689890
        },
        {
            "start": 816689923,
            "stop": 816690032
        },
        {
            "start": 816690052,
            "stop": 816690145
        },
        {
            "start": 816690180,
            "stop": 816690196
        },
        {
            "start": 816690215,
            "stop": 816690278
        },
        {
            "start": 816690297,
            "stop": 816690303
        },
        {
            "start": 816690330,
            "stop": 816690470
        },
        {
            "start": 816690507,
            "stop": 816690539
        },
        {
            "start": 816690559,
            "stop": 816690640
        },
        {
            "start": 816690643,
            "stop": 816690758
        },
        {
            "start": 816690775,
            "stop": 816690815
        },
        {
            "start": 816690832,
            "stop": 816690853
        },
        {
            "start": 816690872,
            "stop": 816690890
        },
        {
            "start": 816690917,
            "stop": 816690949
        },
        {
            "start": 816690971,
            "stop": 816691184
        },
        {
            "start": 816691208,
            "stop": 816691215
        },
        {
            "start": 816691219,
            "stop": 816691241
        }
    ]
}