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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3731",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3732,
    "results": [
        {
            "start": 873595642,
            "stop": 873595680
        },
        {
            "start": 873595740,
            "stop": 873595786
        },
        {
            "start": 873595803,
            "stop": 873596831
        },
        {
            "start": 873596848,
            "stop": 873597600
        },
        {
            "start": 873597660,
            "stop": 873598145
        },
        {
            "start": 873598162,
            "stop": 873598379
        },
        {
            "start": 873598401,
            "stop": 873598460
        },
        {
            "start": 873598478,
            "stop": 873598962
        },
        {
            "start": 873598979,
            "stop": 873601963
        },
        {
            "start": 873601980,
            "stop": 873603470
        },
        {
            "start": 873603489,
            "stop": 873606671
        },
        {
            "start": 873606688,
            "stop": 873608490
        },
        {
            "start": 873608507,
            "stop": 873609947
        },
        {
            "start": 873609964,
            "stop": 873615606
        },
        {
            "start": 873615623,
            "stop": 873616260
        },
        {
            "start": 873616320,
            "stop": 873616378
        },
        {
            "start": 873616395,
            "stop": 873616439
        },
        {
            "start": 873616456,
            "stop": 873617896
        },
        {
            "start": 873618210,
            "stop": 873618214
        },
        {
            "start": 873618324,
            "stop": 873618357
        }
    ]
}