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=796
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=797",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=795",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 796,
    "results": [
        {
            "start": 1268470080,
            "stop": 1268470084
        },
        {
            "start": 1268470085,
            "stop": 1268470329
        },
        {
            "start": 1268470330,
            "stop": 1268470350
        },
        {
            "start": 1268470351,
            "stop": 1268470379
        },
        {
            "start": 1268470380,
            "stop": 1268470683
        },
        {
            "start": 1268470684,
            "stop": 1268470876
        },
        {
            "start": 1268470877,
            "stop": 1268471039
        },
        {
            "start": 1268471040,
            "stop": 1268471060
        },
        {
            "start": 1268471061,
            "stop": 1268471094
        },
        {
            "start": 1268471095,
            "stop": 1268471101
        },
        {
            "start": 1268471102,
            "stop": 1268471159
        },
        {
            "start": 1268471160,
            "stop": 1268471199
        },
        {
            "start": 1268471200,
            "stop": 1268471268
        },
        {
            "start": 1268471269,
            "stop": 1268471300
        },
        {
            "start": 1268471302,
            "stop": 1268471325
        },
        {
            "start": 1268471326,
            "stop": 1268471457
        },
        {
            "start": 1268471459,
            "stop": 1268471463
        },
        {
            "start": 1268471464,
            "stop": 1268471885
        },
        {
            "start": 1268471886,
            "stop": 1268471940
        },
        {
            "start": 1268471941,
            "stop": 1268471971
        }
    ]
}