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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=54",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 55,
    "results": [
        {
            "start": 821353129,
            "stop": 821355787
        },
        {
            "start": 821355874,
            "stop": 821361158
        },
        {
            "start": 821361266,
            "stop": 821361453
        },
        {
            "start": 821361575,
            "stop": 821363923
        },
        {
            "start": 821364009,
            "stop": 821367994
        },
        {
            "start": 821368121,
            "stop": 821370221
        },
        {
            "start": 821371460,
            "stop": 821375230
        },
        {
            "start": 821375743,
            "stop": 821376690
        },
        {
            "start": 821376691,
            "stop": 821376692
        },
        {
            "start": 821376848,
            "stop": 821376866
        },
        {
            "start": 821376996,
            "stop": 821377843
        },
        {
            "start": 821378331,
            "stop": 821378701
        },
        {
            "start": 821378890,
            "stop": 821381794
        },
        {
            "start": 821382028,
            "stop": 821382214
        },
        {
            "start": 821382274,
            "stop": 821383341
        },
        {
            "start": 821383472,
            "stop": 821384442
        },
        {
            "start": 821384783,
            "stop": 821388822
        },
        {
            "start": 821388900,
            "stop": 821392443
        },
        {
            "start": 821392446,
            "stop": 821393615
        },
        {
            "start": 821395306,
            "stop": 821416049
        }
    ]
}