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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=43",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 44,
    "results": [
        {
            "start": 931181889,
            "stop": 931181907
        },
        {
            "start": 931181909,
            "stop": 931181978
        },
        {
            "start": 931181980,
            "stop": 931181984
        },
        {
            "start": 931181986,
            "stop": 931182016
        },
        {
            "start": 931182018,
            "stop": 931182061
        },
        {
            "start": 931182063,
            "stop": 931182076
        },
        {
            "start": 931182077,
            "stop": 931182134
        },
        {
            "start": 931182136,
            "stop": 931182144
        },
        {
            "start": 931182146,
            "stop": 931182185
        },
        {
            "start": 931182189,
            "stop": 931182242
        },
        {
            "start": 931182244,
            "stop": 931182262
        },
        {
            "start": 931182264,
            "stop": 931182267
        },
        {
            "start": 931182269,
            "stop": 931182271
        },
        {
            "start": 931182272,
            "stop": 931182280
        },
        {
            "start": 931182283,
            "stop": 931182300
        },
        {
            "start": 931182302,
            "stop": 931182328
        },
        {
            "start": 931182332,
            "stop": 931182334
        },
        {
            "start": 931182336,
            "stop": 931182338
        },
        {
            "start": 931182340,
            "stop": 931182342
        },
        {
            "start": 931182344,
            "stop": 931182351
        }
    ]
}