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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=297",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 298,
    "results": [
        {
            "start": 931541546,
            "stop": 931541548
        },
        {
            "start": 931541552,
            "stop": 931541577
        },
        {
            "start": 931541579,
            "stop": 931541581
        },
        {
            "start": 931541583,
            "stop": 931541589
        },
        {
            "start": 931541591,
            "stop": 931541615
        },
        {
            "start": 931541617,
            "stop": 931541621
        },
        {
            "start": 931541623,
            "stop": 931541624
        },
        {
            "start": 931541626,
            "stop": 931541650
        },
        {
            "start": 931541652,
            "stop": 931541671
        },
        {
            "start": 931541673,
            "stop": 931541677
        },
        {
            "start": 931541679,
            "stop": 931541691
        },
        {
            "start": 931541693,
            "stop": 931541711
        },
        {
            "start": 931541713,
            "stop": 931541721
        },
        {
            "start": 931541723,
            "stop": 931541728
        },
        {
            "start": 931541730,
            "stop": 931541735
        },
        {
            "start": 931541737,
            "stop": 931541742
        },
        {
            "start": 931541746,
            "stop": 931541749
        },
        {
            "start": 931541750,
            "stop": 931541767
        },
        {
            "start": 931541769,
            "stop": 931541793
        },
        {
            "start": 931541795,
            "stop": 931541807
        }
    ]
}