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=336
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=337",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=335",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 336,
    "results": [
        {
            "start": 823768939,
            "stop": 823769582
        },
        {
            "start": 823769588,
            "stop": 823770182
        },
        {
            "start": 823770187,
            "stop": 823770211
        },
        {
            "start": 823770216,
            "stop": 823770248
        },
        {
            "start": 823770253,
            "stop": 823770572
        },
        {
            "start": 823770577,
            "stop": 823770682
        },
        {
            "start": 823770694,
            "stop": 823771384
        },
        {
            "start": 823771390,
            "stop": 823771496
        },
        {
            "start": 823771501,
            "stop": 823771540
        },
        {
            "start": 823771546,
            "stop": 823771711
        },
        {
            "start": 823771716,
            "stop": 823772930
        },
        {
            "start": 823772935,
            "stop": 823773042
        },
        {
            "start": 823773047,
            "stop": 823773395
        },
        {
            "start": 823773400,
            "stop": 823773679
        },
        {
            "start": 823774083,
            "stop": 823774257
        },
        {
            "start": 823775445,
            "stop": 823775489
        },
        {
            "start": 823775494,
            "stop": 823775534
        },
        {
            "start": 823775539,
            "stop": 823775573
        },
        {
            "start": 823775578,
            "stop": 823776152
        },
        {
            "start": 823776291,
            "stop": 823776420
        }
    ]
}