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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5206",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5207,
    "results": [
        {
            "start": 875022166,
            "stop": 875022174
        },
        {
            "start": 875022190,
            "stop": 875022259
        },
        {
            "start": 875022269,
            "stop": 875022276
        },
        {
            "start": 875022283,
            "stop": 875022502
        },
        {
            "start": 875022509,
            "stop": 875022532
        },
        {
            "start": 875030773,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875039711
        },
        {
            "start": 875039718,
            "stop": 875040007
        },
        {
            "start": 875040014,
            "stop": 875041600
        },
        {
            "start": 875042699,
            "stop": 875045795
        },
        {
            "start": 875045802,
            "stop": 875045993
        },
        {
            "start": 875046010,
            "stop": 875047502
        },
        {
            "start": 875047509,
            "stop": 875048090
        },
        {
            "start": 875048097,
            "stop": 875048424
        },
        {
            "start": 875048431,
            "stop": 875048496
        },
        {
            "start": 875048503,
            "stop": 875048610
        },
        {
            "start": 875048617,
            "stop": 875049182
        },
        {
            "start": 875049189,
            "stop": 875049450
        },
        {
            "start": 875049457,
            "stop": 875050695
        },
        {
            "start": 875050702,
            "stop": 875052063
        }
    ]
}