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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=86",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 87,
    "results": [
        {
            "start": 1259011264,
            "stop": 1259011924
        },
        {
            "start": 1259011926,
            "stop": 1259011931
        },
        {
            "start": 1259011933,
            "stop": 1259011934
        },
        {
            "start": 1259011942,
            "stop": 1259011947
        },
        {
            "start": 1259011949,
            "stop": 1259015828
        },
        {
            "start": 1259015829,
            "stop": 1259015846
        },
        {
            "start": 1259015850,
            "stop": 1259016198
        },
        {
            "start": 1259016200,
            "stop": 1259016880
        },
        {
            "start": 1259016882,
            "stop": 1259017914
        },
        {
            "start": 1259017919,
            "stop": 1259020925
        },
        {
            "start": 1259020930,
            "stop": 1259021911
        },
        {
            "start": 1259021916,
            "stop": 1259023962
        },
        {
            "start": 1259023966,
            "stop": 1259032062
        },
        {
            "start": 1259032064,
            "stop": 1259032225
        },
        {
            "start": 1259032233,
            "stop": 1259032330
        },
        {
            "start": 1259032335,
            "stop": 1259034435
        },
        {
            "start": 1259034437,
            "stop": 1259038892
        },
        {
            "start": 1259038895,
            "stop": 1259039473
        },
        {
            "start": 1259039475,
            "stop": 1259042668
        },
        {
            "start": 1259042673,
            "stop": 1259042929
        }
    ]
}