Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=117
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=116",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 117,
    "results": [
        {
            "start": 816956580,
            "stop": 816956618
        },
        {
            "start": 816956703,
            "stop": 816956867
        },
        {
            "start": 816956869,
            "stop": 816956881
        },
        {
            "start": 816956901,
            "stop": 816956939
        },
        {
            "start": 816957095,
            "stop": 816957101
        },
        {
            "start": 816957120,
            "stop": 816957175
        },
        {
            "start": 816957360,
            "stop": 816957417
        },
        {
            "start": 816957437,
            "stop": 816957500
        },
        {
            "start": 816957544,
            "stop": 816957594
        },
        {
            "start": 816957625,
            "stop": 816957627
        },
        {
            "start": 816957654,
            "stop": 816957662
        },
        {
            "start": 816957698,
            "stop": 816957779
        },
        {
            "start": 816957826,
            "stop": 816957827
        },
        {
            "start": 816957851,
            "stop": 816957886
        },
        {
            "start": 816957908,
            "stop": 816957920
        },
        {
            "start": 816957962,
            "stop": 816957996
        },
        {
            "start": 816958016,
            "stop": 816958017
        },
        {
            "start": 816958037,
            "stop": 816958038
        },
        {
            "start": 816958058,
            "stop": 816958070
        },
        {
            "start": 816958137,
            "stop": 816958144
        }
    ]
}