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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=213",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 214,
    "results": [
        {
            "start": 1184096026,
            "stop": 1184096058
        },
        {
            "start": 1184096059,
            "stop": 1184096129
        },
        {
            "start": 1184096130,
            "stop": 1184096248
        },
        {
            "start": 1184096250,
            "stop": 1184096309
        },
        {
            "start": 1184096310,
            "stop": 1184096314
        },
        {
            "start": 1184096315,
            "stop": 1184096339
        },
        {
            "start": 1184096340,
            "stop": 1184096348
        },
        {
            "start": 1184096349,
            "stop": 1184096399
        },
        {
            "start": 1184096400,
            "stop": 1184096426
        },
        {
            "start": 1184096427,
            "stop": 1184096484
        },
        {
            "start": 1184096485,
            "stop": 1184096619
        },
        {
            "start": 1184096624,
            "stop": 1184096627
        },
        {
            "start": 1184096628,
            "stop": 1184096708
        },
        {
            "start": 1184096713,
            "stop": 1184096714
        },
        {
            "start": 1184096717,
            "stop": 1184096723
        },
        {
            "start": 1184096724,
            "stop": 1184096777
        },
        {
            "start": 1184096779,
            "stop": 1184096849
        },
        {
            "start": 1184096851,
            "stop": 1184096952
        },
        {
            "start": 1184096954,
            "stop": 1184096997
        },
        {
            "start": 1184096998,
            "stop": 1184097165
        }
    ]
}