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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 166,
    "results": [
        {
            "start": 1126740974,
            "stop": 1126741372
        },
        {
            "start": 1126741374,
            "stop": 1126741741
        },
        {
            "start": 1126741742,
            "stop": 1126742163
        },
        {
            "start": 1126742164,
            "stop": 1126742245
        },
        {
            "start": 1126742253,
            "stop": 1126742538
        },
        {
            "start": 1126742541,
            "stop": 1126742562
        },
        {
            "start": 1126742563,
            "stop": 1126742946
        },
        {
            "start": 1126742947,
            "stop": 1126743354
        },
        {
            "start": 1126743355,
            "stop": 1126743745
        },
        {
            "start": 1126743746,
            "stop": 1126744155
        },
        {
            "start": 1126744157,
            "stop": 1126744310
        },
        {
            "start": 1126744312,
            "stop": 1126744561
        },
        {
            "start": 1126744562,
            "stop": 1126744965
        },
        {
            "start": 1126744966,
            "stop": 1126745343
        },
        {
            "start": 1126745344,
            "stop": 1126745762
        },
        {
            "start": 1126745763,
            "stop": 1126745995
        },
        {
            "start": 1126745999,
            "stop": 1126746143
        },
        {
            "start": 1126746144,
            "stop": 1126746174
        },
        {
            "start": 1126746176,
            "stop": 1126746586
        },
        {
            "start": 1126746587,
            "stop": 1126746962
        }
    ]
}