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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6511",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6512,
    "results": [
        {
            "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
        },
        {
            "start": 874248868,
            "stop": 874248941
        },
        {
            "start": 874248942,
            "stop": 874248965
        },
        {
            "start": 874248966,
            "stop": 874249112
        },
        {
            "start": 874249113,
            "stop": 874249193
        },
        {
            "start": 874249194,
            "stop": 874249346
        },
        {
            "start": 874249347,
            "stop": 874249487
        },
        {
            "start": 874249488,
            "stop": 874249746
        }
    ]
}