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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=77",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 78,
    "results": [
        {
            "start": 1258729872,
            "stop": 1258731320
        },
        {
            "start": 1258731323,
            "stop": 1258731792
        },
        {
            "start": 1258731796,
            "stop": 1258732606
        },
        {
            "start": 1258732611,
            "stop": 1258732779
        },
        {
            "start": 1258732781,
            "stop": 1258732935
        },
        {
            "start": 1258732937,
            "stop": 1258732960
        },
        {
            "start": 1258732961,
            "stop": 1258733077
        },
        {
            "start": 1258733079,
            "stop": 1258735855
        },
        {
            "start": 1258735860,
            "stop": 1258737479
        },
        {
            "start": 1258737482,
            "stop": 1258743671
        },
        {
            "start": 1258743674,
            "stop": 1258744887
        },
        {
            "start": 1258744890,
            "stop": 1258745081
        },
        {
            "start": 1258745084,
            "stop": 1258746751
        },
        {
            "start": 1258746755,
            "stop": 1258747874
        },
        {
            "start": 1258747876,
            "stop": 1258748029
        },
        {
            "start": 1258748032,
            "stop": 1258749012
        },
        {
            "start": 1258749017,
            "stop": 1258749120
        },
        {
            "start": 1258749140,
            "stop": 1258750728
        },
        {
            "start": 1258750733,
            "stop": 1258750773
        },
        {
            "start": 1258758110,
            "stop": 1258758260
        }
    ]
}