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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4799",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4800,
    "results": [
        {
            "start": 874635632,
            "stop": 874635633
        },
        {
            "start": 874635656,
            "stop": 874635675
        },
        {
            "start": 874635695,
            "stop": 874635911
        },
        {
            "start": 874635951,
            "stop": 874635969
        },
        {
            "start": 874635995,
            "stop": 874636030
        },
        {
            "start": 874636049,
            "stop": 874636075
        },
        {
            "start": 874636094,
            "stop": 874636183
        },
        {
            "start": 874636203,
            "stop": 874636206
        },
        {
            "start": 874636226,
            "stop": 874636233
        },
        {
            "start": 874636263,
            "stop": 874636366
        },
        {
            "start": 874636385,
            "stop": 874636421
        },
        {
            "start": 874636440,
            "stop": 874636526
        },
        {
            "start": 874636703,
            "stop": 874636786
        },
        {
            "start": 874636805,
            "stop": 874636919
        },
        {
            "start": 874637039,
            "stop": 874637213
        },
        {
            "start": 874637233,
            "stop": 874637407
        },
        {
            "start": 874637426,
            "stop": 874637434
        },
        {
            "start": 874637453,
            "stop": 874637460
        },
        {
            "start": 874637520,
            "stop": 874637588
        },
        {
            "start": 874637608,
            "stop": 874637659
        }
    ]
}