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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4938",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4936",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4937,
    "results": [
        {
            "start": 875221105,
            "stop": 875221173
        },
        {
            "start": 875221245,
            "stop": 875221249
        },
        {
            "start": 875221268,
            "stop": 875221307
        },
        {
            "start": 875221326,
            "stop": 875221329
        },
        {
            "start": 875221348,
            "stop": 875221380
        },
        {
            "start": 875221402,
            "stop": 875221409
        },
        {
            "start": 875221478,
            "stop": 875221526
        },
        {
            "start": 875221561,
            "stop": 875221574
        },
        {
            "start": 875221594,
            "stop": 875221607
        },
        {
            "start": 875221627,
            "stop": 875221641
        },
        {
            "start": 875221674,
            "stop": 875221704
        },
        {
            "start": 875221724,
            "stop": 875221885
        },
        {
            "start": 875221926,
            "stop": 875221986
        },
        {
            "start": 875222042,
            "stop": 875222043
        },
        {
            "start": 875222067,
            "stop": 875222093
        },
        {
            "start": 875222116,
            "stop": 875222142
        },
        {
            "start": 875222161,
            "stop": 875222275
        },
        {
            "start": 875222294,
            "stop": 875222314
        },
        {
            "start": 875222333,
            "stop": 875222338
        },
        {
            "start": 875222369,
            "stop": 875222539
        }
    ]
}