Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=59",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 60,
    "results": [
        {
            "start": 822248088,
            "stop": 822248130
        },
        {
            "start": 822248140,
            "stop": 822248145
        },
        {
            "start": 822248158,
            "stop": 822248185
        },
        {
            "start": 822248193,
            "stop": 822259305
        },
        {
            "start": 822259310,
            "stop": 822260377
        },
        {
            "start": 822260393,
            "stop": 822260395
        },
        {
            "start": 822260403,
            "stop": 822260407
        },
        {
            "start": 822260415,
            "stop": 822260450
        },
        {
            "start": 822260455,
            "stop": 822260462
        },
        {
            "start": 822260468,
            "stop": 822260477
        },
        {
            "start": 822260483,
            "stop": 822263182
        },
        {
            "start": 822263641,
            "stop": 822263686
        },
        {
            "start": 822263796,
            "stop": 822266757
        },
        {
            "start": 822268196,
            "stop": 822268786
        },
        {
            "start": 822270644,
            "stop": 822270988
        },
        {
            "start": 822271416,
            "stop": 822282617
        },
        {
            "start": 822283455,
            "stop": 822290439
        },
        {
            "start": 822292223,
            "stop": 822294827
        },
        {
            "start": 822294912,
            "stop": 822315390
        },
        {
            "start": 822315951,
            "stop": 822316224
        }
    ]
}