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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3807",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3808,
    "results": [
        {
            "start": 874588984,
            "stop": 874590145
        },
        {
            "start": 874590162,
            "stop": 874590278
        },
        {
            "start": 874590295,
            "stop": 874590342
        },
        {
            "start": 874590359,
            "stop": 874590398
        },
        {
            "start": 874590415,
            "stop": 874591181
        },
        {
            "start": 874591198,
            "stop": 874592010
        },
        {
            "start": 874592027,
            "stop": 874592223
        },
        {
            "start": 874592240,
            "stop": 874592447
        },
        {
            "start": 874592464,
            "stop": 874592771
        },
        {
            "start": 874592788,
            "stop": 874592832
        },
        {
            "start": 874592849,
            "stop": 874592919
        },
        {
            "start": 874592942,
            "stop": 874593224
        },
        {
            "start": 874593525,
            "stop": 874593536
        },
        {
            "start": 874593539,
            "stop": 874594279
        },
        {
            "start": 874594296,
            "stop": 874597203
        },
        {
            "start": 874597220,
            "stop": 874599210
        },
        {
            "start": 874599213,
            "stop": 874600360
        },
        {
            "start": 874600377,
            "stop": 874601135
        },
        {
            "start": 874601138,
            "stop": 874601156
        },
        {
            "start": 874601174,
            "stop": 874601421
        }
    ]
}