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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=445",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 446,
    "results": [
        {
            "start": 933371429,
            "stop": 933371869
        },
        {
            "start": 933371880,
            "stop": 933372015
        },
        {
            "start": 933372375,
            "stop": 933372769
        },
        {
            "start": 933372775,
            "stop": 933372991
        },
        {
            "start": 933373946,
            "stop": 933375592
        },
        {
            "start": 933375594,
            "stop": 933375615
        },
        {
            "start": 933375975,
            "stop": 933376246
        },
        {
            "start": 933379575,
            "stop": 933380182
        },
        {
            "start": 933390375,
            "stop": 933391554
        },
        {
            "start": 933391556,
            "stop": 933391569
        },
        {
            "start": 933391571,
            "stop": 933391584
        },
        {
            "start": 933391586,
            "stop": 933391598
        },
        {
            "start": 933391601,
            "stop": 933391614
        },
        {
            "start": 933391616,
            "stop": 933391688
        },
        {
            "start": 933391691,
            "stop": 933391703
        },
        {
            "start": 933391706,
            "stop": 933391719
        },
        {
            "start": 933391721,
            "stop": 933392144
        },
        {
            "start": 933401175,
            "stop": 933403482
        },
        {
            "start": 933403485,
            "stop": 933403930
        },
        {
            "start": 933403934,
            "stop": 933404415
        }
    ]
}