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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=101",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 102,
    "results": [
        {
            "start": 1257827986,
            "stop": 1257828182
        },
        {
            "start": 1257828185,
            "stop": 1257828275
        },
        {
            "start": 1257828278,
            "stop": 1257828281
        },
        {
            "start": 1257828284,
            "stop": 1257828334
        },
        {
            "start": 1257828337,
            "stop": 1257828397
        },
        {
            "start": 1257828406,
            "stop": 1257828418
        },
        {
            "start": 1257828421,
            "stop": 1257828424
        },
        {
            "start": 1257828427,
            "stop": 1257828459
        },
        {
            "start": 1257828462,
            "stop": 1257828648
        },
        {
            "start": 1257828651,
            "stop": 1257828701
        },
        {
            "start": 1257828704,
            "stop": 1257828785
        },
        {
            "start": 1257828788,
            "stop": 1257828791
        },
        {
            "start": 1257828794,
            "stop": 1257828798
        },
        {
            "start": 1257828801,
            "stop": 1257828975
        },
        {
            "start": 1257828978,
            "stop": 1257828979
        },
        {
            "start": 1257828985,
            "stop": 1257829050
        },
        {
            "start": 1257829057,
            "stop": 1257829098
        },
        {
            "start": 1257829101,
            "stop": 1257829197
        },
        {
            "start": 1257829200,
            "stop": 1257829342
        },
        {
            "start": 1257829345,
            "stop": 1257829556
        }
    ]
}