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=7114
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=7115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7113",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7114,
    "results": [
        {
            "start": 874245233,
            "stop": 874245333
        },
        {
            "start": 874245334,
            "stop": 874245342
        },
        {
            "start": 874245343,
            "stop": 874245397
        },
        {
            "start": 874245399,
            "stop": 874245409
        },
        {
            "start": 874245410,
            "stop": 874245587
        },
        {
            "start": 874245588,
            "stop": 874245857
        },
        {
            "start": 874245858,
            "stop": 874246543
        },
        {
            "start": 874246544,
            "stop": 874246739
        },
        {
            "start": 874246741,
            "stop": 874246747
        },
        {
            "start": 874246748,
            "stop": 874247218
        },
        {
            "start": 874247219,
            "stop": 874247463
        },
        {
            "start": 874247464,
            "stop": 874247503
        },
        {
            "start": 874247504,
            "stop": 874247582
        },
        {
            "start": 874247583,
            "stop": 874247645
        },
        {
            "start": 874247646,
            "stop": 874247741
        },
        {
            "start": 874247742,
            "stop": 874248320
        },
        {
            "start": 874248321,
            "stop": 874248559
        },
        {
            "start": 874248560,
            "stop": 874248683
        },
        {
            "start": 874248684,
            "stop": 874248732
        },
        {
            "start": 874248733,
            "stop": 874248866
        }
    ]
}