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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=62",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 63,
    "results": [
        {
            "start": 824452200,
            "stop": 824454267
        },
        {
            "start": 824455711,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494679
        },
        {
            "start": 824494828,
            "stop": 824499951
        },
        {
            "start": 824500072,
            "stop": 824501309
        },
        {
            "start": 824501364,
            "stop": 824502079
        },
        {
            "start": 824505283,
            "stop": 824510752
        },
        {
            "start": 824510758,
            "stop": 824510785
        },
        {
            "start": 824510792,
            "stop": 824510824
        },
        {
            "start": 824510831,
            "stop": 824510833
        },
        {
            "start": 824510843,
            "stop": 824510858
        },
        {
            "start": 824510868,
            "stop": 824510917
        },
        {
            "start": 824510939,
            "stop": 824510993
        },
        {
            "start": 824511000,
            "stop": 824511003
        },
        {
            "start": 824511017,
            "stop": 824511018
        },
        {
            "start": 824511025,
            "stop": 824511031
        },
        {
            "start": 824511045,
            "stop": 824511049
        },
        {
            "start": 824511076,
            "stop": 824511086
        },
        {
            "start": 824511096,
            "stop": 824511118
        },
        {
            "start": 824511129,
            "stop": 824511166
        }
    ]
}