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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4571",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4569",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4570,
    "results": [
        {
            "start": 968891119,
            "stop": 968891156
        },
        {
            "start": 968891159,
            "stop": 968892480
        },
        {
            "start": 968892483,
            "stop": 968893099
        },
        {
            "start": 968893102,
            "stop": 968893916
        },
        {
            "start": 968893919,
            "stop": 968895744
        },
        {
            "start": 968895747,
            "stop": 968898917
        },
        {
            "start": 968898935,
            "stop": 968899105
        },
        {
            "start": 968899108,
            "stop": 968899297
        },
        {
            "start": 968899315,
            "stop": 968899948
        },
        {
            "start": 968899951,
            "stop": 968900503
        },
        {
            "start": 968900506,
            "stop": 968900534
        },
        {
            "start": 968900538,
            "stop": 968900554
        },
        {
            "start": 968900557,
            "stop": 968901163
        },
        {
            "start": 968901166,
            "stop": 968902166
        },
        {
            "start": 968903131,
            "stop": 968903194
        },
        {
            "start": 968903197,
            "stop": 968903620
        },
        {
            "start": 968903623,
            "stop": 968903693
        },
        {
            "start": 968903696,
            "stop": 968904431
        },
        {
            "start": 968904434,
            "stop": 968904461
        },
        {
            "start": 968904464,
            "stop": 968905229
        }
    ]
}