Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5342
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5343",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5341",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5342,
    "results": [
        {
            "start": 971257247,
            "stop": 971257469
        },
        {
            "start": 971257472,
            "stop": 971257477
        },
        {
            "start": 971257480,
            "stop": 971257651
        },
        {
            "start": 971257655,
            "stop": 971257784
        },
        {
            "start": 971257787,
            "stop": 971257868
        },
        {
            "start": 971257871,
            "stop": 971257873
        },
        {
            "start": 971257876,
            "stop": 971257880
        },
        {
            "start": 971257883,
            "stop": 971258125
        },
        {
            "start": 971258128,
            "stop": 971258169
        },
        {
            "start": 971258172,
            "stop": 971258262
        },
        {
            "start": 971258280,
            "stop": 971258466
        },
        {
            "start": 971258469,
            "stop": 971258512
        },
        {
            "start": 971258529,
            "stop": 971258543
        },
        {
            "start": 971258546,
            "stop": 971258919
        },
        {
            "start": 971258922,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971260730
        },
        {
            "start": 971260734,
            "stop": 971260791
        },
        {
            "start": 971260794,
            "stop": 971260906
        },
        {
            "start": 971260909,
            "stop": 971261013
        },
        {
            "start": 971261016,
            "stop": 971261043
        }
    ]
}