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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=594",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=592",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 593,
    "results": [
        {
            "start": 1262921489,
            "stop": 1262921551
        },
        {
            "start": 1262921554,
            "stop": 1262921558
        },
        {
            "start": 1262921561,
            "stop": 1262921588
        },
        {
            "start": 1262921591,
            "stop": 1262921643
        },
        {
            "start": 1262921646,
            "stop": 1262921728
        },
        {
            "start": 1262921731,
            "stop": 1262921782
        },
        {
            "start": 1262921785,
            "stop": 1262921793
        },
        {
            "start": 1262921796,
            "stop": 1262921814
        },
        {
            "start": 1262921817,
            "stop": 1262921837
        },
        {
            "start": 1262921840,
            "stop": 1262921859
        },
        {
            "start": 1262921862,
            "stop": 1262921881
        },
        {
            "start": 1262921884,
            "stop": 1262921935
        },
        {
            "start": 1262921938,
            "stop": 1262921976
        },
        {
            "start": 1262921979,
            "stop": 1262921980
        },
        {
            "start": 1262921983,
            "stop": 1262922040
        },
        {
            "start": 1262922043,
            "stop": 1262922074
        },
        {
            "start": 1262922077,
            "stop": 1262922116
        },
        {
            "start": 1262922119,
            "stop": 1262922132
        },
        {
            "start": 1262922135,
            "stop": 1262922152
        },
        {
            "start": 1262922155,
            "stop": 1262922178
        }
    ]
}