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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=66",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 67,
    "results": [
        {
            "start": 1257464831,
            "stop": 1257464864
        },
        {
            "start": 1257464867,
            "stop": 1257465293
        },
        {
            "start": 1257465296,
            "stop": 1257465415
        },
        {
            "start": 1257465418,
            "stop": 1257465481
        },
        {
            "start": 1257465484,
            "stop": 1257465645
        },
        {
            "start": 1257465648,
            "stop": 1257465753
        },
        {
            "start": 1257465756,
            "stop": 1257465866
        },
        {
            "start": 1257466536,
            "stop": 1257467257
        },
        {
            "start": 1257467260,
            "stop": 1257467347
        },
        {
            "start": 1257467350,
            "stop": 1257467411
        },
        {
            "start": 1257467414,
            "stop": 1257467816
        },
        {
            "start": 1257467819,
            "stop": 1257467852
        },
        {
            "start": 1257467855,
            "stop": 1257467871
        },
        {
            "start": 1257467874,
            "stop": 1257467887
        },
        {
            "start": 1257467890,
            "stop": 1257467953
        },
        {
            "start": 1257467956,
            "stop": 1257468139
        },
        {
            "start": 1257468147,
            "stop": 1257468335
        },
        {
            "start": 1257468338,
            "stop": 1257468406
        },
        {
            "start": 1257468409,
            "stop": 1257468568
        },
        {
            "start": 1257468571,
            "stop": 1257468679
        }
    ]
}