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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=684",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=682",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 683,
    "results": [
        {
            "start": 1248646267,
            "stop": 1248646279
        },
        {
            "start": 1248646284,
            "stop": 1248646341
        },
        {
            "start": 1248646344,
            "stop": 1248646537
        },
        {
            "start": 1248646542,
            "stop": 1248646731
        },
        {
            "start": 1248646732,
            "stop": 1248646733
        },
        {
            "start": 1248646738,
            "stop": 1248646749
        },
        {
            "start": 1248646753,
            "stop": 1248646755
        },
        {
            "start": 1248646760,
            "stop": 1248646775
        },
        {
            "start": 1248646784,
            "stop": 1248646786
        },
        {
            "start": 1248646791,
            "stop": 1248646804
        },
        {
            "start": 1248646808,
            "stop": 1248646919
        },
        {
            "start": 1248646927,
            "stop": 1248646949
        },
        {
            "start": 1248646951,
            "stop": 1248647040
        },
        {
            "start": 1248647043,
            "stop": 1248647106
        },
        {
            "start": 1248647111,
            "stop": 1248647266
        },
        {
            "start": 1248647270,
            "stop": 1248647299
        },
        {
            "start": 1248647304,
            "stop": 1248647305
        },
        {
            "start": 1248647306,
            "stop": 1248647333
        },
        {
            "start": 1248647336,
            "stop": 1248647389
        },
        {
            "start": 1248647392,
            "stop": 1248647394
        }
    ]
}