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=6073
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=6074",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6072",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6073,
    "results": [
        {
            "start": 873868995,
            "stop": 873869019
        },
        {
            "start": 873869023,
            "stop": 873869296
        },
        {
            "start": 873869299,
            "stop": 873869302
        },
        {
            "start": 873869305,
            "stop": 873869624
        },
        {
            "start": 873869625,
            "stop": 873870053
        },
        {
            "start": 873870057,
            "stop": 873870062
        },
        {
            "start": 873870065,
            "stop": 873870074
        },
        {
            "start": 873870077,
            "stop": 873870081
        },
        {
            "start": 873870084,
            "stop": 873873079
        },
        {
            "start": 873873080,
            "stop": 873873119
        },
        {
            "start": 873873120,
            "stop": 873873266
        },
        {
            "start": 873873267,
            "stop": 873875354
        },
        {
            "start": 873875355,
            "stop": 873875501
        },
        {
            "start": 873875502,
            "stop": 873876082
        },
        {
            "start": 873876083,
            "stop": 873878462
        },
        {
            "start": 873878464,
            "stop": 873879975
        },
        {
            "start": 873879976,
            "stop": 873881020
        },
        {
            "start": 873881021,
            "stop": 873881144
        },
        {
            "start": 873881145,
            "stop": 873881146
        },
        {
            "start": 873881147,
            "stop": 873881288
        }
    ]
}