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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=23",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 24,
    "results": [
        {
            "start": 1399682751,
            "stop": 1399683013
        },
        {
            "start": 1399683014,
            "stop": 1399683773
        },
        {
            "start": 1399688223,
            "stop": 1399689002
        },
        {
            "start": 1399689007,
            "stop": 1399690424
        },
        {
            "start": 1399690426,
            "stop": 1399697386
        },
        {
            "start": 1399697391,
            "stop": 1399702442
        },
        {
            "start": 1399702447,
            "stop": 1399702791
        },
        {
            "start": 1399702795,
            "stop": 1399709779
        },
        {
            "start": 1399709783,
            "stop": 1399713836
        },
        {
            "start": 1399713841,
            "stop": 1399718291
        },
        {
            "start": 1399718294,
            "stop": 1399720141
        },
        {
            "start": 1399720146,
            "stop": 1399724427
        },
        {
            "start": 1399724432,
            "stop": 1399730790
        },
        {
            "start": 1399750634,
            "stop": 1399750640
        },
        {
            "start": 1399750649,
            "stop": 1399753270
        },
        {
            "start": 1399753427,
            "stop": 1399753765
        },
        {
            "start": 1399766448,
            "stop": 1399768914
        },
        {
            "start": 1399768962,
            "stop": 1399769040
        },
        {
            "start": 1399769042,
            "stop": 1399771122
        },
        {
            "start": 1399771186,
            "stop": 1399771206
        }
    ]
}