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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4,
    "results": [
        {
            "start": 816097620,
            "stop": 816097655
        },
        {
            "start": 816098434,
            "stop": 816098439
        },
        {
            "start": 816098442,
            "stop": 816098533
        },
        {
            "start": 816098536,
            "stop": 816098865
        },
        {
            "start": 816098868,
            "stop": 816099114
        },
        {
            "start": 816099117,
            "stop": 816099155
        },
        {
            "start": 816099158,
            "stop": 816099178
        },
        {
            "start": 816132800,
            "stop": 816133052
        },
        {
            "start": 816133054,
            "stop": 816133076
        },
        {
            "start": 816229176,
            "stop": 816231737
        },
        {
            "start": 816231739,
            "stop": 816236578
        },
        {
            "start": 816258792,
            "stop": 816258874
        },
        {
            "start": 816258877,
            "stop": 816259199
        },
        {
            "start": 816260098,
            "stop": 816260164
        },
        {
            "start": 816260809,
            "stop": 816264750
        },
        {
            "start": 816267217,
            "stop": 816269359
        },
        {
            "start": 816270860,
            "stop": 816271110
        },
        {
            "start": 816271111,
            "stop": 816271456
        },
        {
            "start": 816271459,
            "stop": 816271935
        },
        {
            "start": 816271940,
            "stop": 816272168
        }
    ]
}