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=2250
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=2251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2249",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2250,
    "results": [
        {
            "start": 873257469,
            "stop": 873264341
        },
        {
            "start": 873264595,
            "stop": 873269861
        },
        {
            "start": 873269880,
            "stop": 873274120
        },
        {
            "start": 873275265,
            "stop": 873276868
        },
        {
            "start": 873276887,
            "stop": 873276985
        },
        {
            "start": 873277004,
            "stop": 873277109
        },
        {
            "start": 873277129,
            "stop": 873277168
        },
        {
            "start": 873277187,
            "stop": 873277536
        },
        {
            "start": 873277559,
            "stop": 873277597
        },
        {
            "start": 873277616,
            "stop": 873277644
        },
        {
            "start": 873277677,
            "stop": 873279312
        },
        {
            "start": 873279331,
            "stop": 873279335
        },
        {
            "start": 873279369,
            "stop": 873279371
        },
        {
            "start": 873279396,
            "stop": 873279411
        },
        {
            "start": 873279430,
            "stop": 873279646
        },
        {
            "start": 873279667,
            "stop": 873279816
        },
        {
            "start": 873279835,
            "stop": 873279876
        },
        {
            "start": 873279911,
            "stop": 873280444
        },
        {
            "start": 873280466,
            "stop": 873281208
        },
        {
            "start": 873281227,
            "stop": 873281999
        }
    ]
}