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=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=37",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 38,
    "results": [
        {
            "start": 1257483658,
            "stop": 1257484877
        },
        {
            "start": 1257484878,
            "stop": 1257486231
        },
        {
            "start": 1257486236,
            "stop": 1257489030
        },
        {
            "start": 1257489032,
            "stop": 1257489202
        },
        {
            "start": 1257489205,
            "stop": 1257489672
        },
        {
            "start": 1257489675,
            "stop": 1257490078
        },
        {
            "start": 1257490081,
            "stop": 1257491883
        },
        {
            "start": 1257491886,
            "stop": 1257495679
        },
        {
            "start": 1257495681,
            "stop": 1257495945
        },
        {
            "start": 1257495950,
            "stop": 1257496606
        },
        {
            "start": 1257496609,
            "stop": 1257498041
        },
        {
            "start": 1257498043,
            "stop": 1257499836
        },
        {
            "start": 1257531026,
            "stop": 1257531580
        },
        {
            "start": 1257531662,
            "stop": 1257531733
        },
        {
            "start": 1257531738,
            "stop": 1257531817
        },
        {
            "start": 1257531820,
            "stop": 1257531911
        },
        {
            "start": 1257531916,
            "stop": 1257531997
        },
        {
            "start": 1257531999,
            "stop": 1257532117
        },
        {
            "start": 1257532120,
            "stop": 1257532155
        },
        {
            "start": 1257532158,
            "stop": 1257532235
        }
    ]
}