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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 22,
    "results": [
        {
            "start": 1257305470,
            "stop": 1257305570
        },
        {
            "start": 1257305578,
            "stop": 1257306915
        },
        {
            "start": 1257306920,
            "stop": 1257307290
        },
        {
            "start": 1257307294,
            "stop": 1257308787
        },
        {
            "start": 1257308795,
            "stop": 1257311597
        },
        {
            "start": 1257311598,
            "stop": 1257311819
        },
        {
            "start": 1257311823,
            "stop": 1257312293
        },
        {
            "start": 1257312298,
            "stop": 1257312955
        },
        {
            "start": 1257312957,
            "stop": 1257313098
        },
        {
            "start": 1257313103,
            "stop": 1257313484
        },
        {
            "start": 1257313489,
            "stop": 1257313590
        },
        {
            "start": 1257313593,
            "stop": 1257313692
        },
        {
            "start": 1257313697,
            "stop": 1257313781
        },
        {
            "start": 1257313786,
            "stop": 1257313818
        },
        {
            "start": 1257313823,
            "stop": 1257313975
        },
        {
            "start": 1257313980,
            "stop": 1257314113
        },
        {
            "start": 1257314118,
            "stop": 1257314184
        },
        {
            "start": 1257314189,
            "stop": 1257314198
        },
        {
            "start": 1257314203,
            "stop": 1257314207
        },
        {
            "start": 1257314211,
            "stop": 1257314256
        }
    ]
}