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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 82,
    "results": [
        {
            "start": 1257597226,
            "stop": 1257598235
        },
        {
            "start": 1257598243,
            "stop": 1257599282
        },
        {
            "start": 1257599285,
            "stop": 1257603034
        },
        {
            "start": 1257603037,
            "stop": 1257605024
        },
        {
            "start": 1257605032,
            "stop": 1257605655
        },
        {
            "start": 1257605658,
            "stop": 1257605903
        },
        {
            "start": 1257605906,
            "stop": 1257606012
        },
        {
            "start": 1257606015,
            "stop": 1257606098
        },
        {
            "start": 1257606101,
            "stop": 1257606933
        },
        {
            "start": 1257606935,
            "stop": 1257607130
        },
        {
            "start": 1257607133,
            "stop": 1257607223
        },
        {
            "start": 1257607226,
            "stop": 1257607309
        },
        {
            "start": 1257607311,
            "stop": 1257608745
        },
        {
            "start": 1257634739,
            "stop": 1257635699
        },
        {
            "start": 1257635702,
            "stop": 1257635853
        },
        {
            "start": 1257635856,
            "stop": 1257636179
        },
        {
            "start": 1257636182,
            "stop": 1257636427
        },
        {
            "start": 1257636430,
            "stop": 1257636589
        },
        {
            "start": 1257643996,
            "stop": 1257646555
        },
        {
            "start": 1257646558,
            "stop": 1257648630
        }
    ]
}