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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 30,
    "results": [
        {
            "start": 1257411984,
            "stop": 1257412445
        },
        {
            "start": 1257415979,
            "stop": 1257416569
        },
        {
            "start": 1257416571,
            "stop": 1257416663
        },
        {
            "start": 1257416666,
            "stop": 1257416669
        },
        {
            "start": 1257416671,
            "stop": 1257416832
        },
        {
            "start": 1257416835,
            "stop": 1257416922
        },
        {
            "start": 1257416925,
            "stop": 1257416960
        },
        {
            "start": 1257416963,
            "stop": 1257417052
        },
        {
            "start": 1257417054,
            "stop": 1257417092
        },
        {
            "start": 1257417095,
            "stop": 1257417127
        },
        {
            "start": 1257417129,
            "stop": 1257417198
        },
        {
            "start": 1257417201,
            "stop": 1257417274
        },
        {
            "start": 1257417277,
            "stop": 1257417532
        },
        {
            "start": 1257417535,
            "stop": 1257417613
        },
        {
            "start": 1257417616,
            "stop": 1257417618
        },
        {
            "start": 1257417619,
            "stop": 1257417802
        },
        {
            "start": 1257417805,
            "stop": 1257417858
        },
        {
            "start": 1257417861,
            "stop": 1257417865
        },
        {
            "start": 1257417868,
            "stop": 1257417872
        },
        {
            "start": 1257417875,
            "stop": 1257418079
        }
    ]
}