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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 43,
    "results": [
        {
            "start": 1257550134,
            "stop": 1257550139
        },
        {
            "start": 1257560411,
            "stop": 1257560535
        },
        {
            "start": 1257560538,
            "stop": 1257560574
        },
        {
            "start": 1257560577,
            "stop": 1257560669
        },
        {
            "start": 1257560672,
            "stop": 1257560689
        },
        {
            "start": 1257560692,
            "stop": 1257561026
        },
        {
            "start": 1257561031,
            "stop": 1257561197
        },
        {
            "start": 1257561200,
            "stop": 1257561620
        },
        {
            "start": 1257561625,
            "stop": 1257561747
        },
        {
            "start": 1257561749,
            "stop": 1257562115
        },
        {
            "start": 1257562118,
            "stop": 1257563840
        },
        {
            "start": 1257563844,
            "stop": 1257564708
        },
        {
            "start": 1257564710,
            "stop": 1257565759
        },
        {
            "start": 1257565763,
            "stop": 1257566301
        },
        {
            "start": 1257566303,
            "stop": 1257568126
        },
        {
            "start": 1257568128,
            "stop": 1257568340
        },
        {
            "start": 1257568342,
            "stop": 1257569349
        },
        {
            "start": 1257569351,
            "stop": 1257569589
        },
        {
            "start": 1257569592,
            "stop": 1257570585
        },
        {
            "start": 1257642805,
            "stop": 1257643832
        }
    ]
}