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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10266",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10267,
    "results": [
        {
            "start": 874756643,
            "stop": 874756752
        },
        {
            "start": 874756786,
            "stop": 874756995
        },
        {
            "start": 874757029,
            "stop": 874757100
        },
        {
            "start": 874757160,
            "stop": 874757275
        },
        {
            "start": 874757286,
            "stop": 874757340
        },
        {
            "start": 874757400,
            "stop": 874757493
        },
        {
            "start": 874757580,
            "stop": 874757678
        },
        {
            "start": 874757712,
            "stop": 874757880
        },
        {
            "start": 874757940,
            "stop": 874758057
        },
        {
            "start": 874758091,
            "stop": 874758427
        },
        {
            "start": 874758435,
            "stop": 874758480
        },
        {
            "start": 874758600,
            "stop": 874758927
        },
        {
            "start": 874758934,
            "stop": 874758968
        },
        {
            "start": 874759002,
            "stop": 874759088
        },
        {
            "start": 874759095,
            "stop": 874759380
        },
        {
            "start": 874759440,
            "stop": 874759536
        },
        {
            "start": 874759543,
            "stop": 874759660
        },
        {
            "start": 874759694,
            "stop": 874759714
        },
        {
            "start": 874759748,
            "stop": 874759749
        },
        {
            "start": 874759757,
            "stop": 874759840
        }
    ]
}