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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=175",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 176,
    "results": [
        {
            "start": 817354479,
            "stop": 817354528
        },
        {
            "start": 817354545,
            "stop": 817354670
        },
        {
            "start": 817354689,
            "stop": 817354905
        },
        {
            "start": 817354922,
            "stop": 817354942
        },
        {
            "start": 817354961,
            "stop": 817355239
        },
        {
            "start": 817355258,
            "stop": 817355442
        },
        {
            "start": 817355488,
            "stop": 817355794
        },
        {
            "start": 817355828,
            "stop": 817355948
        },
        {
            "start": 817355967,
            "stop": 817356593
        },
        {
            "start": 817356612,
            "stop": 817357691
        },
        {
            "start": 817357710,
            "stop": 817358232
        },
        {
            "start": 817358249,
            "stop": 817358472
        },
        {
            "start": 817358493,
            "stop": 817359405
        },
        {
            "start": 817359422,
            "stop": 817359654
        },
        {
            "start": 817359671,
            "stop": 817361036
        },
        {
            "start": 817361061,
            "stop": 817362647
        },
        {
            "start": 817362667,
            "stop": 817364424
        },
        {
            "start": 817364441,
            "stop": 817364483
        },
        {
            "start": 817364502,
            "stop": 817364976
        },
        {
            "start": 817364999,
            "stop": 817365043
        }
    ]
}