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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=31",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 32,
    "results": [
        {
            "start": 821919994,
            "stop": 821928327
        },
        {
            "start": 821928832,
            "stop": 821933615
        },
        {
            "start": 821933699,
            "stop": 821942248
        },
        {
            "start": 821942334,
            "stop": 821954218
        },
        {
            "start": 821955353,
            "stop": 821966258
        },
        {
            "start": 821966356,
            "stop": 821967039
        },
        {
            "start": 821967131,
            "stop": 821983947
        },
        {
            "start": 821984437,
            "stop": 821984699
        },
        {
            "start": 821985614,
            "stop": 821986011
        },
        {
            "start": 821986879,
            "stop": 821997418
        },
        {
            "start": 821998567,
            "stop": 822000816
        },
        {
            "start": 822001079,
            "stop": 822001199
        },
        {
            "start": 822002574,
            "stop": 822004143
        },
        {
            "start": 822006253,
            "stop": 822006322
        },
        {
            "start": 822006326,
            "stop": 822006543
        },
        {
            "start": 822006553,
            "stop": 822012586
        },
        {
            "start": 822013142,
            "stop": 822027388
        },
        {
            "start": 822030356,
            "stop": 822030410
        },
        {
            "start": 822030532,
            "stop": 822031856
        },
        {
            "start": 822031944,
            "stop": 822032590
        }
    ]
}