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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=328",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 329,
    "results": [
        {
            "start": 821151665,
            "stop": 821152251
        },
        {
            "start": 821152254,
            "stop": 821152802
        },
        {
            "start": 821152806,
            "stop": 821153157
        },
        {
            "start": 821153160,
            "stop": 821153688
        },
        {
            "start": 821153692,
            "stop": 821153847
        },
        {
            "start": 821153850,
            "stop": 821154207
        },
        {
            "start": 821154210,
            "stop": 821154523
        },
        {
            "start": 821154526,
            "stop": 821154542
        },
        {
            "start": 821154545,
            "stop": 821154965
        },
        {
            "start": 821154968,
            "stop": 821155783
        },
        {
            "start": 821155786,
            "stop": 821155917
        },
        {
            "start": 821156037,
            "stop": 821156278
        },
        {
            "start": 821156282,
            "stop": 821158702
        },
        {
            "start": 821158822,
            "stop": 821158997
        },
        {
            "start": 821159117,
            "stop": 821159667
        },
        {
            "start": 821159670,
            "stop": 821160241
        },
        {
            "start": 821160244,
            "stop": 821160690
        },
        {
            "start": 821160693,
            "stop": 821161202
        },
        {
            "start": 821161205,
            "stop": 821161240
        },
        {
            "start": 821161243,
            "stop": 821161631
        }
    ]
}