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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2158",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2159,
    "results": [
        {
            "start": 872376345,
            "stop": 872376680
        },
        {
            "start": 872376699,
            "stop": 872377049
        },
        {
            "start": 872377069,
            "stop": 872377098
        },
        {
            "start": 872377122,
            "stop": 872377512
        },
        {
            "start": 872377546,
            "stop": 872377634
        },
        {
            "start": 872377667,
            "stop": 872377996
        },
        {
            "start": 872378015,
            "stop": 872378047
        },
        {
            "start": 872378066,
            "stop": 872378289
        },
        {
            "start": 872378308,
            "stop": 872378329
        },
        {
            "start": 872378348,
            "stop": 872378386
        },
        {
            "start": 872378405,
            "stop": 872378700
        },
        {
            "start": 872378719,
            "stop": 872379215
        },
        {
            "start": 872379220,
            "stop": 872379285
        },
        {
            "start": 872379304,
            "stop": 872379308
        },
        {
            "start": 872379344,
            "stop": 872379439
        },
        {
            "start": 872379458,
            "stop": 872379537
        },
        {
            "start": 872379578,
            "stop": 872379580
        },
        {
            "start": 872379600,
            "stop": 872379640
        },
        {
            "start": 872379665,
            "stop": 872379707
        },
        {
            "start": 872379726,
            "stop": 872379728
        }
    ]
}