Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=166
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=165",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 166,
    "results": [
        {
            "start": 1420671494,
            "stop": 1420676870
        },
        {
            "start": 1420676874,
            "stop": 1420690852
        },
        {
            "start": 1420690855,
            "stop": 1420693921
        },
        {
            "start": 1420693922,
            "stop": 1420695284
        },
        {
            "start": 1420695288,
            "stop": 1420703727
        },
        {
            "start": 1420783650,
            "stop": 1420785535
        },
        {
            "start": 1420843272,
            "stop": 1420846147
        },
        {
            "start": 1420846149,
            "stop": 1420846586
        },
        {
            "start": 1420849077,
            "stop": 1420857957
        },
        {
            "start": 1420857961,
            "stop": 1420858243
        },
        {
            "start": 1420858248,
            "stop": 1420859867
        },
        {
            "start": 1420859868,
            "stop": 1420875622
        },
        {
            "start": 1420875627,
            "stop": 1420879099
        },
        {
            "start": 1420883708,
            "stop": 1420886862
        },
        {
            "start": 1420886867,
            "stop": 1420897391
        },
        {
            "start": 1420897395,
            "stop": 1420899936
        },
        {
            "start": 1420900373,
            "stop": 1420901480
        },
        {
            "start": 1420901519,
            "stop": 1420901520
        },
        {
            "start": 1420901560,
            "stop": 1420901561
        },
        {
            "start": 1420901600,
            "stop": 1420901602
        }
    ]
}