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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=32",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 33,
    "results": [
        {
            "start": 817844247,
            "stop": 817852022
        },
        {
            "start": 817855011,
            "stop": 817855167
        },
        {
            "start": 817855487,
            "stop": 817856396
        },
        {
            "start": 817856796,
            "stop": 817859370
        },
        {
            "start": 817859978,
            "stop": 817870622
        },
        {
            "start": 817870942,
            "stop": 817871419
        },
        {
            "start": 817871819,
            "stop": 817876587
        },
        {
            "start": 817876590,
            "stop": 817911867
        },
        {
            "start": 817911869,
            "stop": 817914910
        },
        {
            "start": 817938329,
            "stop": 817940287
        },
        {
            "start": 817941213,
            "stop": 817943838
        },
        {
            "start": 817944483,
            "stop": 817949884
        },
        {
            "start": 817949887,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817955198
        },
        {
            "start": 817955598,
            "stop": 817955623
        },
        {
            "start": 817956125,
            "stop": 817968967
        },
        {
            "start": 817968970,
            "stop": 818012239
        },
        {
            "start": 818019228,
            "stop": 818019819
        },
        {
            "start": 818025019,
            "stop": 818027454
        },
        {
            "start": 818030253,
            "stop": 818034379
        }
    ]
}