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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=682",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=680",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 681,
    "results": [
        {
            "start": 829795851,
            "stop": 829799017
        },
        {
            "start": 829799034,
            "stop": 829800246
        },
        {
            "start": 829800250,
            "stop": 829809310
        },
        {
            "start": 829809313,
            "stop": 829809939
        },
        {
            "start": 829809943,
            "stop": 829810457
        },
        {
            "start": 829810460,
            "stop": 829810536
        },
        {
            "start": 829810539,
            "stop": 829817165
        },
        {
            "start": 829817184,
            "stop": 829821042
        },
        {
            "start": 829821063,
            "stop": 829832880
        },
        {
            "start": 829832940,
            "stop": 829834174
        },
        {
            "start": 829834191,
            "stop": 829839976
        },
        {
            "start": 829839979,
            "stop": 829840620
        },
        {
            "start": 829840680,
            "stop": 829841200
        },
        {
            "start": 829841217,
            "stop": 829841239
        },
        {
            "start": 829841243,
            "stop": 829841690
        },
        {
            "start": 829841694,
            "stop": 829842108
        },
        {
            "start": 829842111,
            "stop": 829842170
        },
        {
            "start": 829842174,
            "stop": 829842297
        },
        {
            "start": 829842300,
            "stop": 829842406
        },
        {
            "start": 829842415,
            "stop": 829842459
        }
    ]
}