Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5945
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5946",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5944",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5945,
    "results": [
        {
            "start": 873196948,
            "stop": 873196952
        },
        {
            "start": 873196955,
            "stop": 873196967
        },
        {
            "start": 873196973,
            "stop": 873196978
        },
        {
            "start": 873196981,
            "stop": 873196986
        },
        {
            "start": 873196989,
            "stop": 873197049
        },
        {
            "start": 873197052,
            "stop": 873197092
        },
        {
            "start": 873197097,
            "stop": 873197103
        },
        {
            "start": 873197106,
            "stop": 873197112
        },
        {
            "start": 873197115,
            "stop": 873197490
        },
        {
            "start": 873197491,
            "stop": 873197651
        },
        {
            "start": 873197652,
            "stop": 873197855
        },
        {
            "start": 873197858,
            "stop": 873197862
        },
        {
            "start": 873197865,
            "stop": 873198199
        },
        {
            "start": 873198201,
            "stop": 873198450
        },
        {
            "start": 873198453,
            "stop": 873198507
        },
        {
            "start": 873198510,
            "stop": 873198516
        },
        {
            "start": 873198519,
            "stop": 873198530
        },
        {
            "start": 873198533,
            "stop": 873198540
        },
        {
            "start": 873198543,
            "stop": 873198594
        },
        {
            "start": 873198597,
            "stop": 873198656
        }
    ]
}