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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 105,
    "results": [
        {
            "start": 1238576212,
            "stop": 1238576348
        },
        {
            "start": 1238576353,
            "stop": 1238576357
        },
        {
            "start": 1238576362,
            "stop": 1238576365
        },
        {
            "start": 1238576370,
            "stop": 1238576592
        },
        {
            "start": 1238576597,
            "stop": 1238576606
        },
        {
            "start": 1238576611,
            "stop": 1238576805
        },
        {
            "start": 1238576809,
            "stop": 1238577191
        },
        {
            "start": 1238577196,
            "stop": 1238579364
        },
        {
            "start": 1238579369,
            "stop": 1238579719
        },
        {
            "start": 1238579723,
            "stop": 1238580118
        },
        {
            "start": 1238580126,
            "stop": 1238581822
        },
        {
            "start": 1238581826,
            "stop": 1238582512
        },
        {
            "start": 1238582517,
            "stop": 1238583017
        },
        {
            "start": 1238583020,
            "stop": 1238583121
        },
        {
            "start": 1238583126,
            "stop": 1238583601
        },
        {
            "start": 1238583605,
            "stop": 1238584383
        },
        {
            "start": 1238584386,
            "stop": 1238584872
        },
        {
            "start": 1238584876,
            "stop": 1238584924
        },
        {
            "start": 1238584926,
            "stop": 1238585095
        },
        {
            "start": 1238585099,
            "stop": 1238588141
        }
    ]
}