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/H1_CBCHIGH_CAT3/segments?format=api&page=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=280",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 281,
    "results": [
        {
            "start": 821795138,
            "stop": 821795725
        },
        {
            "start": 821795728,
            "stop": 821795880
        },
        {
            "start": 821795940,
            "stop": 821796227
        },
        {
            "start": 821796252,
            "stop": 821796287
        },
        {
            "start": 821796308,
            "stop": 821796319
        },
        {
            "start": 821796341,
            "stop": 821796426
        },
        {
            "start": 821796429,
            "stop": 821796433
        },
        {
            "start": 821800732,
            "stop": 821800870
        },
        {
            "start": 821800874,
            "stop": 821800981
        },
        {
            "start": 821800984,
            "stop": 821800993
        },
        {
            "start": 821800997,
            "stop": 821800999
        },
        {
            "start": 821801003,
            "stop": 821801004
        },
        {
            "start": 821801007,
            "stop": 821801015
        },
        {
            "start": 821801018,
            "stop": 821801022
        },
        {
            "start": 821801025,
            "stop": 821801506
        },
        {
            "start": 821801509,
            "stop": 821801562
        },
        {
            "start": 821801565,
            "stop": 821801873
        },
        {
            "start": 821804220,
            "stop": 821804410
        },
        {
            "start": 821804414,
            "stop": 821804551
        },
        {
            "start": 821804554,
            "stop": 821804760
        }
    ]
}