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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2122",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2123,
    "results": [
        {
            "start": 866356223,
            "stop": 866356480
        },
        {
            "start": 866356485,
            "stop": 866356507
        },
        {
            "start": 866356513,
            "stop": 866356542
        },
        {
            "start": 866356548,
            "stop": 866382184
        },
        {
            "start": 866382188,
            "stop": 866382194
        },
        {
            "start": 866382366,
            "stop": 866383730
        },
        {
            "start": 866383735,
            "stop": 866383760
        },
        {
            "start": 866383767,
            "stop": 866385092
        },
        {
            "start": 866385103,
            "stop": 866385105
        },
        {
            "start": 866385110,
            "stop": 866385117
        },
        {
            "start": 866385123,
            "stop": 866385127
        },
        {
            "start": 866385133,
            "stop": 866385137
        },
        {
            "start": 866385143,
            "stop": 866386350
        },
        {
            "start": 866386355,
            "stop": 866386579
        },
        {
            "start": 866389454,
            "stop": 866389609
        },
        {
            "start": 866389611,
            "stop": 866389698
        },
        {
            "start": 866390185,
            "stop": 866391666
        },
        {
            "start": 866392264,
            "stop": 866393482
        },
        {
            "start": 866393488,
            "stop": 866393500
        },
        {
            "start": 866393505,
            "stop": 866393512
        }
    ]
}