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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=64",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 65,
    "results": [
        {
            "start": 827020697,
            "stop": 827024710
        },
        {
            "start": 827024788,
            "stop": 827032356
        },
        {
            "start": 827032865,
            "stop": 827042424
        },
        {
            "start": 827047946,
            "stop": 827058566
        },
        {
            "start": 827059122,
            "stop": 827060469
        },
        {
            "start": 827061221,
            "stop": 827061263
        },
        {
            "start": 827061590,
            "stop": 827062061
        },
        {
            "start": 827062228,
            "stop": 827064195
        },
        {
            "start": 827065568,
            "stop": 827066442
        },
        {
            "start": 827066553,
            "stop": 827067741
        },
        {
            "start": 827069154,
            "stop": 827069228
        },
        {
            "start": 827073475,
            "stop": 827074368
        },
        {
            "start": 827074909,
            "stop": 827076502
        },
        {
            "start": 827076629,
            "stop": 827076752
        },
        {
            "start": 827080908,
            "stop": 827085182
        },
        {
            "start": 827086183,
            "stop": 827090429
        },
        {
            "start": 827090583,
            "stop": 827093578
        },
        {
            "start": 827094860,
            "stop": 827095580
        },
        {
            "start": 827097316,
            "stop": 827122116
        },
        {
            "start": 827122379,
            "stop": 827126749
        }
    ]
}