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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 183,
    "results": [
        {
            "start": 1258900674,
            "stop": 1258900964
        },
        {
            "start": 1258900967,
            "stop": 1258901480
        },
        {
            "start": 1258901483,
            "stop": 1258902188
        },
        {
            "start": 1258902191,
            "stop": 1258902199
        },
        {
            "start": 1258902202,
            "stop": 1258902206
        },
        {
            "start": 1258902208,
            "stop": 1258902822
        },
        {
            "start": 1258902825,
            "stop": 1258902864
        },
        {
            "start": 1258902872,
            "stop": 1258902891
        },
        {
            "start": 1258902894,
            "stop": 1258902977
        },
        {
            "start": 1258902980,
            "stop": 1258903183
        },
        {
            "start": 1258903186,
            "stop": 1258903212
        },
        {
            "start": 1258903215,
            "stop": 1258903436
        },
        {
            "start": 1258903439,
            "stop": 1258903712
        },
        {
            "start": 1258903715,
            "stop": 1258903867
        },
        {
            "start": 1258903871,
            "stop": 1258903918
        },
        {
            "start": 1258903921,
            "stop": 1258904057
        },
        {
            "start": 1258904060,
            "stop": 1258904138
        },
        {
            "start": 1258904141,
            "stop": 1258904148
        },
        {
            "start": 1258904151,
            "stop": 1258904285
        },
        {
            "start": 1258904288,
            "stop": 1258904302
        }
    ]
}