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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7339",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7340,
    "results": [
        {
            "start": 969313038,
            "stop": 969313129
        },
        {
            "start": 969313132,
            "stop": 969313158
        },
        {
            "start": 969313189,
            "stop": 969313191
        },
        {
            "start": 969313212,
            "stop": 969313217
        },
        {
            "start": 969313243,
            "stop": 969313247
        },
        {
            "start": 969313307,
            "stop": 969313478
        },
        {
            "start": 969313607,
            "stop": 969313647
        },
        {
            "start": 969313662,
            "stop": 969313667
        },
        {
            "start": 969313788,
            "stop": 969313910
        },
        {
            "start": 969313921,
            "stop": 969313969
        },
        {
            "start": 969313973,
            "stop": 969313974
        },
        {
            "start": 969313995,
            "stop": 969314015
        },
        {
            "start": 969314018,
            "stop": 969314093
        },
        {
            "start": 969314096,
            "stop": 969314130
        },
        {
            "start": 969314267,
            "stop": 969314387
        },
        {
            "start": 969314567,
            "stop": 969314693
        },
        {
            "start": 969314696,
            "stop": 969314736
        },
        {
            "start": 969314743,
            "stop": 969314746
        },
        {
            "start": 969314867,
            "stop": 969314946
        },
        {
            "start": 969314967,
            "stop": 969314968
        }
    ]
}