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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=32",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 33,
    "results": [
        {
            "start": 822032708,
            "stop": 822032741
        },
        {
            "start": 822032844,
            "stop": 822033104
        },
        {
            "start": 822045498,
            "stop": 822053138
        },
        {
            "start": 822053237,
            "stop": 822054440
        },
        {
            "start": 822056098,
            "stop": 822065843
        },
        {
            "start": 822068071,
            "stop": 822068739
        },
        {
            "start": 822068953,
            "stop": 822070125
        },
        {
            "start": 822070216,
            "stop": 822070244
        },
        {
            "start": 822070373,
            "stop": 822070407
        },
        {
            "start": 822070462,
            "stop": 822070940
        },
        {
            "start": 822071087,
            "stop": 822075752
        },
        {
            "start": 822075864,
            "stop": 822081622
        },
        {
            "start": 822081814,
            "stop": 822081859
        },
        {
            "start": 822082032,
            "stop": 822083218
        },
        {
            "start": 822083406,
            "stop": 822085026
        },
        {
            "start": 822092229,
            "stop": 822093329
        },
        {
            "start": 822093808,
            "stop": 822096463
        },
        {
            "start": 822098010,
            "stop": 822104932
        },
        {
            "start": 822107016,
            "stop": 822119442
        },
        {
            "start": 822119662,
            "stop": 822119848
        }
    ]
}