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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 16,
    "results": [
        {
            "start": 1257484117,
            "stop": 1257489269
        },
        {
            "start": 1257489277,
            "stop": 1257490621
        },
        {
            "start": 1257490629,
            "stop": 1257494085
        },
        {
            "start": 1257494093,
            "stop": 1257495301
        },
        {
            "start": 1257495317,
            "stop": 1257496205
        },
        {
            "start": 1257496213,
            "stop": 1257497357
        },
        {
            "start": 1257497365,
            "stop": 1257497437
        },
        {
            "start": 1257497445,
            "stop": 1257498493
        },
        {
            "start": 1257498501,
            "stop": 1257498837
        },
        {
            "start": 1257498845,
            "stop": 1257502013
        },
        {
            "start": 1257502021,
            "stop": 1257504933
        },
        {
            "start": 1257510144,
            "stop": 1257510222
        },
        {
            "start": 1257510230,
            "stop": 1257531534
        },
        {
            "start": 1257533080,
            "stop": 1257552403
        },
        {
            "start": 1257552411,
            "stop": 1257553651
        },
        {
            "start": 1257555883,
            "stop": 1257569741
        },
        {
            "start": 1257570717,
            "stop": 1257574845
        },
        {
            "start": 1257608017,
            "stop": 1257608102
        },
        {
            "start": 1257608110,
            "stop": 1257608302
        },
        {
            "start": 1257608310,
            "stop": 1257608759
        }
    ]
}