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=5129
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=5130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5128",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5129,
    "results": [
        {
            "start": 1136988445,
            "stop": 1136988454
        },
        {
            "start": 1136988456,
            "stop": 1136988467
        },
        {
            "start": 1136988469,
            "stop": 1136988478
        },
        {
            "start": 1136988480,
            "stop": 1136988489
        },
        {
            "start": 1136988491,
            "stop": 1136988500
        },
        {
            "start": 1136988503,
            "stop": 1136988526
        },
        {
            "start": 1136988528,
            "stop": 1136988548
        },
        {
            "start": 1136988550,
            "stop": 1136988559
        },
        {
            "start": 1136988561,
            "stop": 1136988569
        },
        {
            "start": 1136988571,
            "stop": 1136988580
        },
        {
            "start": 1136988582,
            "stop": 1136988590
        },
        {
            "start": 1136988592,
            "stop": 1136988629
        },
        {
            "start": 1136988632,
            "stop": 1136988638
        },
        {
            "start": 1136988640,
            "stop": 1136988666
        },
        {
            "start": 1136988668,
            "stop": 1136988677
        },
        {
            "start": 1136988679,
            "stop": 1136988688
        },
        {
            "start": 1136988690,
            "stop": 1136988701
        },
        {
            "start": 1136988703,
            "stop": 1136988711
        },
        {
            "start": 1136988713,
            "stop": 1136988737
        },
        {
            "start": 1136988739,
            "stop": 1136988747
        }
    ]
}