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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 17,
    "results": [
        {
            "start": 1257618336,
            "stop": 1257619076
        },
        {
            "start": 1257619084,
            "stop": 1257620340
        },
        {
            "start": 1257620348,
            "stop": 1257621248
        },
        {
            "start": 1257621252,
            "stop": 1257621400
        },
        {
            "start": 1257621416,
            "stop": 1257621668
        },
        {
            "start": 1257621676,
            "stop": 1257621715
        },
        {
            "start": 1257629741,
            "stop": 1257629842
        },
        {
            "start": 1257631421,
            "stop": 1257632592
        },
        {
            "start": 1257632600,
            "stop": 1257634743
        },
        {
            "start": 1257635983,
            "stop": 1257639308
        },
        {
            "start": 1257639340,
            "stop": 1257642502
        },
        {
            "start": 1257642503,
            "stop": 1257642540
        },
        {
            "start": 1257645823,
            "stop": 1257646874
        },
        {
            "start": 1257646876,
            "stop": 1257647021
        },
        {
            "start": 1257647022,
            "stop": 1257652606
        },
        {
            "start": 1257657023,
            "stop": 1257658757
        },
        {
            "start": 1257658773,
            "stop": 1257660461
        },
        {
            "start": 1257660477,
            "stop": 1257662277
        },
        {
            "start": 1257663498,
            "stop": 1257665468
        },
        {
            "start": 1257665476,
            "stop": 1257666732
        }
    ]
}