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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=22",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 23,
    "results": [
        {
            "start": 818550091,
            "stop": 818551037
        },
        {
            "start": 818552070,
            "stop": 818575728
        },
        {
            "start": 818577371,
            "stop": 818604215
        },
        {
            "start": 818606090,
            "stop": 818616820
        },
        {
            "start": 818617456,
            "stop": 818619191
        },
        {
            "start": 818621618,
            "stop": 818635043
        },
        {
            "start": 818636410,
            "stop": 818636578
        },
        {
            "start": 818637603,
            "stop": 818641134
        },
        {
            "start": 818641140,
            "stop": 818645236
        },
        {
            "start": 818647355,
            "stop": 818649506
        },
        {
            "start": 818649640,
            "stop": 818654699
        },
        {
            "start": 818657617,
            "stop": 818677633
        },
        {
            "start": 818681335,
            "stop": 818684261
        },
        {
            "start": 818684266,
            "stop": 818687206
        },
        {
            "start": 818689526,
            "stop": 818695231
        },
        {
            "start": 818695661,
            "stop": 818712058
        },
        {
            "start": 818712375,
            "stop": 818715347
        },
        {
            "start": 818716549,
            "stop": 818718059
        },
        {
            "start": 818718840,
            "stop": 818719632
        },
        {
            "start": 818720844,
            "stop": 818723646
        }
    ]
}