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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5211",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5212,
    "results": [
        {
            "start": 875214006,
            "stop": 875214018
        },
        {
            "start": 875214056,
            "stop": 875214057
        },
        {
            "start": 875214076,
            "stop": 875214081
        },
        {
            "start": 875214107,
            "stop": 875214114
        },
        {
            "start": 875214148,
            "stop": 875214152
        },
        {
            "start": 875214173,
            "stop": 875214197
        },
        {
            "start": 875214216,
            "stop": 875214247
        },
        {
            "start": 875214266,
            "stop": 875214300
        },
        {
            "start": 875214319,
            "stop": 875214505
        },
        {
            "start": 875214543,
            "stop": 875214586
        },
        {
            "start": 875214618,
            "stop": 875214694
        },
        {
            "start": 875214713,
            "stop": 875214769
        },
        {
            "start": 875214788,
            "stop": 875214793
        },
        {
            "start": 875214812,
            "stop": 875214825
        },
        {
            "start": 875214865,
            "stop": 875214903
        },
        {
            "start": 875214922,
            "stop": 875214964
        },
        {
            "start": 875214984,
            "stop": 875214987
        },
        {
            "start": 875215006,
            "stop": 875215116
        },
        {
            "start": 875215140,
            "stop": 875215148
        },
        {
            "start": 875215168,
            "stop": 875215243
        }
    ]
}