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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=170",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 171,
    "results": [
        {
            "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
        },
        {
            "start": 817365062,
            "stop": 817365081
        },
        {
            "start": 817365105,
            "stop": 817365112
        },
        {
            "start": 817365134,
            "stop": 817365171
        },
        {
            "start": 817365206,
            "stop": 817365262
        },
        {
            "start": 817366810,
            "stop": 817366845
        },
        {
            "start": 817367220,
            "stop": 817367240
        }
    ]
}