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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1064",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1062",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1063,
    "results": [
        {
            "start": 1253085936,
            "stop": 1253085947
        },
        {
            "start": 1253085950,
            "stop": 1253086125
        },
        {
            "start": 1253086130,
            "stop": 1253086262
        },
        {
            "start": 1253086266,
            "stop": 1253087404
        },
        {
            "start": 1253087407,
            "stop": 1253087417
        },
        {
            "start": 1253087421,
            "stop": 1253087633
        },
        {
            "start": 1253087640,
            "stop": 1253087678
        },
        {
            "start": 1253087683,
            "stop": 1253088199
        },
        {
            "start": 1253088204,
            "stop": 1253088543
        },
        {
            "start": 1253088547,
            "stop": 1253088568
        },
        {
            "start": 1253088572,
            "stop": 1253088871
        },
        {
            "start": 1253088874,
            "stop": 1253089275
        },
        {
            "start": 1253089279,
            "stop": 1253089286
        },
        {
            "start": 1253089290,
            "stop": 1253089368
        },
        {
            "start": 1253089379,
            "stop": 1253089785
        },
        {
            "start": 1253089790,
            "stop": 1253089999
        },
        {
            "start": 1253090002,
            "stop": 1253090824
        },
        {
            "start": 1253090829,
            "stop": 1253091140
        },
        {
            "start": 1253091144,
            "stop": 1253091417
        },
        {
            "start": 1253091420,
            "stop": 1253091711
        }
    ]
}