Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=327
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=326",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 327,
    "results": [
        {
            "start": 1176724502,
            "stop": 1176724506
        },
        {
            "start": 1176724512,
            "stop": 1176724517
        },
        {
            "start": 1176724522,
            "stop": 1176724529
        },
        {
            "start": 1176724530,
            "stop": 1176724556
        },
        {
            "start": 1176724558,
            "stop": 1176739227
        },
        {
            "start": 1176755292,
            "stop": 1176756407
        },
        {
            "start": 1176756408,
            "stop": 1176756409
        },
        {
            "start": 1176756411,
            "stop": 1176756414
        },
        {
            "start": 1176756415,
            "stop": 1176756418
        },
        {
            "start": 1176756420,
            "stop": 1176756421
        },
        {
            "start": 1176756422,
            "stop": 1176767804
        },
        {
            "start": 1176767806,
            "stop": 1176767840
        },
        {
            "start": 1176767841,
            "stop": 1176767849
        },
        {
            "start": 1176767850,
            "stop": 1176768174
        },
        {
            "start": 1176768175,
            "stop": 1176768181
        },
        {
            "start": 1176768185,
            "stop": 1176768189
        },
        {
            "start": 1176768194,
            "stop": 1176768197
        },
        {
            "start": 1176768201,
            "stop": 1176768206
        },
        {
            "start": 1176768209,
            "stop": 1176768214
        },
        {
            "start": 1176768217,
            "stop": 1176768223
        }
    ]
}