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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=610
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=611",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=609",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 610,
    "results": [
        {
            "start": 1265121501,
            "stop": 1265121606
        },
        {
            "start": 1265121607,
            "stop": 1265121619
        },
        {
            "start": 1265121620,
            "stop": 1265121656
        },
        {
            "start": 1265121657,
            "stop": 1265122096
        },
        {
            "start": 1265122097,
            "stop": 1265122292
        },
        {
            "start": 1265122294,
            "stop": 1265123737
        },
        {
            "start": 1265123738,
            "stop": 1265123747
        },
        {
            "start": 1265123748,
            "stop": 1265123760
        },
        {
            "start": 1265123762,
            "stop": 1265123765
        },
        {
            "start": 1265123766,
            "stop": 1265123774
        },
        {
            "start": 1265123776,
            "stop": 1265123781
        },
        {
            "start": 1265123782,
            "stop": 1265125500
        },
        {
            "start": 1265125501,
            "stop": 1265125504
        },
        {
            "start": 1265125507,
            "stop": 1265125644
        },
        {
            "start": 1265125645,
            "stop": 1265125691
        },
        {
            "start": 1265125692,
            "stop": 1265126412
        },
        {
            "start": 1265126414,
            "stop": 1265126935
        },
        {
            "start": 1265126938,
            "stop": 1265127528
        },
        {
            "start": 1265127531,
            "stop": 1265127532
        },
        {
            "start": 1265127535,
            "stop": 1265127550
        }
    ]
}