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/H2_CBCHIGH_CAT4/segments?format=api&page=312
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=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=311",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 312,
    "results": [
        {
            "start": 821025893,
            "stop": 821026568
        },
        {
            "start": 821026587,
            "stop": 821026591
        },
        {
            "start": 821026610,
            "stop": 821026680
        },
        {
            "start": 821026699,
            "stop": 821026861
        },
        {
            "start": 821026864,
            "stop": 821027192
        },
        {
            "start": 821027211,
            "stop": 821027276
        },
        {
            "start": 821027279,
            "stop": 821027321
        },
        {
            "start": 821027325,
            "stop": 821027336
        },
        {
            "start": 821027340,
            "stop": 821027342
        },
        {
            "start": 821027802,
            "stop": 821027840
        },
        {
            "start": 821027859,
            "stop": 821027948
        },
        {
            "start": 821027957,
            "stop": 821028198
        },
        {
            "start": 821029604,
            "stop": 821029753
        },
        {
            "start": 821029873,
            "stop": 821029886
        },
        {
            "start": 821030204,
            "stop": 821030926
        },
        {
            "start": 821031424,
            "stop": 821031550
        },
        {
            "start": 821031554,
            "stop": 821031577
        },
        {
            "start": 821031580,
            "stop": 821032076
        },
        {
            "start": 821032079,
            "stop": 821032327
        },
        {
            "start": 821032330,
            "stop": 821032939
        }
    ]
}