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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=166",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 167,
    "results": [
        {
            "start": 863985229,
            "stop": 864058985
        },
        {
            "start": 864059885,
            "stop": 864062667
        },
        {
            "start": 864062833,
            "stop": 864069321
        },
        {
            "start": 864070379,
            "stop": 864148373
        },
        {
            "start": 864148929,
            "stop": 864149886
        },
        {
            "start": 864150015,
            "stop": 864151204
        },
        {
            "start": 864151408,
            "stop": 864158806
        },
        {
            "start": 864158919,
            "stop": 864253432
        },
        {
            "start": 864254897,
            "stop": 864257753
        },
        {
            "start": 864258636,
            "stop": 864314470
        },
        {
            "start": 864314883,
            "stop": 864325515
        },
        {
            "start": 864326713,
            "stop": 864328185
        },
        {
            "start": 864328440,
            "stop": 864339266
        },
        {
            "start": 864339496,
            "stop": 864340127
        },
        {
            "start": 864340411,
            "stop": 864340466
        },
        {
            "start": 864340934,
            "stop": 864341375
        },
        {
            "start": 864341616,
            "stop": 864341874
        },
        {
            "start": 864353062,
            "stop": 864353231
        },
        {
            "start": 864353415,
            "stop": 864418222
        },
        {
            "start": 864418375,
            "stop": 864434084
        }
    ]
}