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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=62",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 63,
    "results": [
        {
            "start": 817747529,
            "stop": 817747645
        },
        {
            "start": 817747648,
            "stop": 817747765
        },
        {
            "start": 817747768,
            "stop": 817747850
        },
        {
            "start": 817747854,
            "stop": 817747882
        },
        {
            "start": 817747885,
            "stop": 817747947
        },
        {
            "start": 817747950,
            "stop": 817748014
        },
        {
            "start": 817748017,
            "stop": 817748022
        },
        {
            "start": 817748025,
            "stop": 817748053
        },
        {
            "start": 817750205,
            "stop": 817750221
        },
        {
            "start": 817750224,
            "stop": 817750487
        },
        {
            "start": 817755360,
            "stop": 817756754
        },
        {
            "start": 817756757,
            "stop": 817756765
        },
        {
            "start": 817756773,
            "stop": 817756781
        },
        {
            "start": 817756785,
            "stop": 817756798
        },
        {
            "start": 817756801,
            "stop": 817757347
        },
        {
            "start": 817757350,
            "stop": 817757365
        },
        {
            "start": 817757368,
            "stop": 817757393
        },
        {
            "start": 817757396,
            "stop": 817757397
        },
        {
            "start": 817757400,
            "stop": 817757401
        },
        {
            "start": 817757404,
            "stop": 817757411
        }
    ]
}