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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5125",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5126,
    "results": [
        {
            "start": 874723609,
            "stop": 874723940
        },
        {
            "start": 874723959,
            "stop": 874723981
        },
        {
            "start": 874724000,
            "stop": 874724021
        },
        {
            "start": 874724040,
            "stop": 874724155
        },
        {
            "start": 874724189,
            "stop": 874724220
        },
        {
            "start": 874724239,
            "stop": 874724319
        },
        {
            "start": 874724338,
            "stop": 874724450
        },
        {
            "start": 874724470,
            "stop": 874724500
        },
        {
            "start": 874724519,
            "stop": 874724613
        },
        {
            "start": 874724632,
            "stop": 874724749
        },
        {
            "start": 874724769,
            "stop": 874724802
        },
        {
            "start": 874724835,
            "stop": 874724889
        },
        {
            "start": 874724908,
            "stop": 874724936
        },
        {
            "start": 874724955,
            "stop": 874724998
        },
        {
            "start": 874725017,
            "stop": 874725099
        },
        {
            "start": 874725118,
            "stop": 874725193
        },
        {
            "start": 874725212,
            "stop": 874725215
        },
        {
            "start": 874725240,
            "stop": 874725249
        },
        {
            "start": 874725269,
            "stop": 874725278
        },
        {
            "start": 874725297,
            "stop": 874725408
        }
    ]
}