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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=190",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 191,
    "results": [
        {
            "start": 849219912,
            "stop": 849254241
        },
        {
            "start": 849255311,
            "stop": 849260589
        },
        {
            "start": 849260668,
            "stop": 849268971
        },
        {
            "start": 849269302,
            "stop": 849269685
        },
        {
            "start": 849270202,
            "stop": 849274970
        },
        {
            "start": 849302160,
            "stop": 849306493
        },
        {
            "start": 849307164,
            "stop": 849321811
        },
        {
            "start": 849322055,
            "stop": 849340771
        },
        {
            "start": 849348026,
            "stop": 849356855
        },
        {
            "start": 849357035,
            "stop": 849364869
        },
        {
            "start": 849380200,
            "stop": 849380942
        },
        {
            "start": 849381435,
            "stop": 849381438
        },
        {
            "start": 849381624,
            "stop": 849382934
        },
        {
            "start": 849383138,
            "stop": 849384449
        },
        {
            "start": 849384581,
            "stop": 849384665
        },
        {
            "start": 849388137,
            "stop": 849388421
        },
        {
            "start": 849388680,
            "stop": 849394919
        },
        {
            "start": 849395007,
            "stop": 849396870
        },
        {
            "start": 849402058,
            "stop": 849402990
        },
        {
            "start": 849403056,
            "stop": 849406140
        }
    ]
}