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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=275",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 276,
    "results": [
        {
            "start": 821690536,
            "stop": 821690548
        },
        {
            "start": 821690551,
            "stop": 821690573
        },
        {
            "start": 821690582,
            "stop": 821690591
        },
        {
            "start": 821690595,
            "stop": 821690598
        },
        {
            "start": 821690601,
            "stop": 821690616
        },
        {
            "start": 821690622,
            "stop": 821690627
        },
        {
            "start": 821690632,
            "stop": 821690644
        },
        {
            "start": 821690647,
            "stop": 821690660
        },
        {
            "start": 821690663,
            "stop": 821690670
        },
        {
            "start": 821690676,
            "stop": 821690677
        },
        {
            "start": 821690683,
            "stop": 821690703
        },
        {
            "start": 821690706,
            "stop": 821690713
        },
        {
            "start": 821690718,
            "stop": 821690745
        },
        {
            "start": 821690748,
            "stop": 821690749
        },
        {
            "start": 821690758,
            "stop": 821690808
        },
        {
            "start": 821690811,
            "stop": 821690820
        },
        {
            "start": 821690823,
            "stop": 821690839
        },
        {
            "start": 821690842,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821690990
        },
        {
            "start": 821690993,
            "stop": 821691050
        }
    ]
}