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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1610",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1608",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1609,
    "results": [
        {
            "start": 953853349,
            "stop": 953867409
        },
        {
            "start": 953867410,
            "stop": 953871642
        },
        {
            "start": 953871644,
            "stop": 953896998
        },
        {
            "start": 953897000,
            "stop": 953899598
        },
        {
            "start": 953899599,
            "stop": 953899619
        },
        {
            "start": 953899621,
            "stop": 953899716
        },
        {
            "start": 953899718,
            "stop": 953899732
        },
        {
            "start": 953899734,
            "stop": 953899740
        },
        {
            "start": 953899743,
            "stop": 953899753
        },
        {
            "start": 953899757,
            "stop": 953899770
        },
        {
            "start": 953899772,
            "stop": 953899777
        },
        {
            "start": 953899779,
            "stop": 953899781
        },
        {
            "start": 953899785,
            "stop": 953899788
        },
        {
            "start": 953908661,
            "stop": 953914339
        },
        {
            "start": 953916850,
            "stop": 953917908
        },
        {
            "start": 953917911,
            "stop": 953918078
        },
        {
            "start": 953918080,
            "stop": 953918084
        },
        {
            "start": 953918086,
            "stop": 953918641
        },
        {
            "start": 953918643,
            "stop": 953918911
        },
        {
            "start": 953918913,
            "stop": 953919175
        }
    ]
}