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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1951",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1952,
    "results": [
        {
            "start": 852420644,
            "stop": 852421658
        },
        {
            "start": 852421958,
            "stop": 852421990
        },
        {
            "start": 852422290,
            "stop": 852422341
        },
        {
            "start": 852422644,
            "stop": 852422811
        },
        {
            "start": 852423297,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852426207
        },
        {
            "start": 852426209,
            "stop": 852426212
        },
        {
            "start": 852426213,
            "stop": 852426214
        },
        {
            "start": 852426216,
            "stop": 852426784
        },
        {
            "start": 852426786,
            "stop": 852426800
        },
        {
            "start": 852426802,
            "stop": 852426892
        },
        {
            "start": 852426894,
            "stop": 852426909
        },
        {
            "start": 852426910,
            "stop": 852426913
        },
        {
            "start": 852426915,
            "stop": 852426921
        },
        {
            "start": 852426923,
            "stop": 852426933
        },
        {
            "start": 852426934,
            "stop": 852426937
        },
        {
            "start": 852426943,
            "stop": 852426948
        },
        {
            "start": 852426949,
            "stop": 852427008
        },
        {
            "start": 852427371,
            "stop": 852427402
        },
        {
            "start": 852427403,
            "stop": 852427404
        }
    ]
}