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=5129
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=5130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5128",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5129,
    "results": [
        {
            "start": 874700258,
            "stop": 874700261
        },
        {
            "start": 874700269,
            "stop": 874700285
        },
        {
            "start": 874700292,
            "stop": 874700299
        },
        {
            "start": 874700311,
            "stop": 874700345
        },
        {
            "start": 874700356,
            "stop": 874700358
        },
        {
            "start": 874700365,
            "stop": 874700382
        },
        {
            "start": 874700393,
            "stop": 874700408
        },
        {
            "start": 874700416,
            "stop": 874700472
        },
        {
            "start": 874700484,
            "stop": 874700572
        },
        {
            "start": 874700582,
            "stop": 874700615
        },
        {
            "start": 874700625,
            "stop": 874700626
        },
        {
            "start": 874700633,
            "stop": 874700644
        },
        {
            "start": 874700656,
            "stop": 874700660
        },
        {
            "start": 874700667,
            "stop": 874700670
        },
        {
            "start": 874700677,
            "stop": 874700678
        },
        {
            "start": 874700689,
            "stop": 874700752
        },
        {
            "start": 874700759,
            "stop": 874700766
        },
        {
            "start": 874700773,
            "stop": 874700776
        },
        {
            "start": 874700783,
            "stop": 874700790
        },
        {
            "start": 874700798,
            "stop": 874700812
        }
    ]
}