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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=192",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 193,
    "results": [
        {
            "start": 818208549,
            "stop": 818208553
        },
        {
            "start": 818208558,
            "stop": 818208567
        },
        {
            "start": 818208579,
            "stop": 818208581
        },
        {
            "start": 818208584,
            "stop": 818208589
        },
        {
            "start": 818208599,
            "stop": 818208604
        },
        {
            "start": 818208608,
            "stop": 818208612
        },
        {
            "start": 818208631,
            "stop": 818208632
        },
        {
            "start": 818208639,
            "stop": 818208643
        },
        {
            "start": 818208656,
            "stop": 818208657
        },
        {
            "start": 818208681,
            "stop": 818208682
        },
        {
            "start": 818208695,
            "stop": 818208696
        },
        {
            "start": 818208709,
            "stop": 818208710
        },
        {
            "start": 818208722,
            "stop": 818208723
        },
        {
            "start": 818208727,
            "stop": 818208730
        },
        {
            "start": 818208733,
            "stop": 818208734
        },
        {
            "start": 818208743,
            "stop": 818208746
        },
        {
            "start": 818208765,
            "stop": 818208771
        },
        {
            "start": 818208774,
            "stop": 818208776
        },
        {
            "start": 818208783,
            "stop": 818208785
        },
        {
            "start": 818208801,
            "stop": 818208802
        }
    ]
}