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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6480",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6481,
    "results": [
        {
            "start": 874096926,
            "stop": 874097002
        },
        {
            "start": 874097004,
            "stop": 874097558
        },
        {
            "start": 874097560,
            "stop": 874097864
        },
        {
            "start": 874097865,
            "stop": 874097925
        },
        {
            "start": 874097926,
            "stop": 874098198
        },
        {
            "start": 874098199,
            "stop": 874098398
        },
        {
            "start": 874098400,
            "stop": 874098572
        },
        {
            "start": 874098574,
            "stop": 874098671
        },
        {
            "start": 874098672,
            "stop": 874098720
        },
        {
            "start": 874098722,
            "stop": 874098772
        },
        {
            "start": 874098773,
            "stop": 874098970
        },
        {
            "start": 874098972,
            "stop": 874099118
        },
        {
            "start": 874099119,
            "stop": 874099331
        },
        {
            "start": 874099332,
            "stop": 874099365
        },
        {
            "start": 874099366,
            "stop": 874099617
        },
        {
            "start": 874099619,
            "stop": 874099651
        },
        {
            "start": 874099653,
            "stop": 874099890
        },
        {
            "start": 874099891,
            "stop": 874099990
        },
        {
            "start": 874099991,
            "stop": 874100076
        },
        {
            "start": 874100078,
            "stop": 874100125
        }
    ]
}