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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=25",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 26,
    "results": [
        {
            "start": 818648077,
            "stop": 818648129
        },
        {
            "start": 818648131,
            "stop": 818648149
        },
        {
            "start": 818648150,
            "stop": 818648231
        },
        {
            "start": 818648233,
            "stop": 818648249
        },
        {
            "start": 818648252,
            "stop": 818648275
        },
        {
            "start": 818648276,
            "stop": 818648331
        },
        {
            "start": 818654828,
            "stop": 818655424
        },
        {
            "start": 818655426,
            "stop": 818656006
        },
        {
            "start": 818656008,
            "stop": 818656315
        },
        {
            "start": 818656317,
            "stop": 818656658
        },
        {
            "start": 818656660,
            "stop": 818657062
        },
        {
            "start": 818657064,
            "stop": 818657114
        },
        {
            "start": 818657115,
            "stop": 818657116
        },
        {
            "start": 818657119,
            "stop": 818657351
        },
        {
            "start": 818657353,
            "stop": 818657401
        },
        {
            "start": 818657403,
            "stop": 818657972
        },
        {
            "start": 818657974,
            "stop": 818658486
        },
        {
            "start": 818658487,
            "stop": 818658591
        },
        {
            "start": 818658593,
            "stop": 818658800
        },
        {
            "start": 818658804,
            "stop": 818659091
        }
    ]
}