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_CAT2/segments?format=api&page=1102
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=1103",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1101",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1102,
    "results": [
        {
            "start": 1253898129,
            "stop": 1253898934
        },
        {
            "start": 1253898939,
            "stop": 1253900454
        },
        {
            "start": 1253900458,
            "stop": 1253901080
        },
        {
            "start": 1253901084,
            "stop": 1253901263
        },
        {
            "start": 1253901266,
            "stop": 1253901320
        },
        {
            "start": 1253901325,
            "stop": 1253902731
        },
        {
            "start": 1253909160,
            "stop": 1253911760
        },
        {
            "start": 1253911764,
            "stop": 1253911864
        },
        {
            "start": 1253911872,
            "stop": 1253912077
        },
        {
            "start": 1253912082,
            "stop": 1253912163
        },
        {
            "start": 1253912171,
            "stop": 1253914922
        },
        {
            "start": 1253914927,
            "stop": 1253914960
        },
        {
            "start": 1253914965,
            "stop": 1253915437
        },
        {
            "start": 1253915442,
            "stop": 1253918729
        },
        {
            "start": 1253918733,
            "stop": 1253919855
        },
        {
            "start": 1253919860,
            "stop": 1253921015
        },
        {
            "start": 1253921018,
            "stop": 1253922160
        },
        {
            "start": 1253922162,
            "stop": 1253922365
        },
        {
            "start": 1253922369,
            "stop": 1253922482
        },
        {
            "start": 1253922487,
            "stop": 1253925329
        }
    ]
}