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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7081",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7082,
    "results": [
        {
            "start": 874097865,
            "stop": 874097925
        },
        {
            "start": 874097926,
            "stop": 874098198
        },
        {
            "start": 874098199,
            "stop": 874098316
        },
        {
            "start": 874098444,
            "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
        },
        {
            "start": 874100127,
            "stop": 874100155
        },
        {
            "start": 874100156,
            "stop": 874100270
        },
        {
            "start": 874100271,
            "stop": 874100305
        }
    ]
}