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=357
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=358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=356",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 357,
    "results": [
        {
            "start": 823072492,
            "stop": 823072496
        },
        {
            "start": 823072500,
            "stop": 823072644
        },
        {
            "start": 823072647,
            "stop": 823072669
        },
        {
            "start": 823072672,
            "stop": 823072675
        },
        {
            "start": 823072679,
            "stop": 823072817
        },
        {
            "start": 823072821,
            "stop": 823072867
        },
        {
            "start": 823072871,
            "stop": 823072920
        },
        {
            "start": 823072923,
            "stop": 823072969
        },
        {
            "start": 823072974,
            "stop": 823072976
        },
        {
            "start": 823072979,
            "stop": 823073081
        },
        {
            "start": 823073085,
            "stop": 823073198
        },
        {
            "start": 823073202,
            "stop": 823073267
        },
        {
            "start": 823073270,
            "stop": 823073273
        },
        {
            "start": 823073277,
            "stop": 823073332
        },
        {
            "start": 823073336,
            "stop": 823073338
        },
        {
            "start": 823073342,
            "stop": 823073352
        },
        {
            "start": 823073356,
            "stop": 823073359
        },
        {
            "start": 823073362,
            "stop": 823073589
        },
        {
            "start": 823073592,
            "stop": 823073712
        },
        {
            "start": 823073715,
            "stop": 823073727
        }
    ]
}