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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9743",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9744,
    "results": [
        {
            "start": 873421785,
            "stop": 873421808
        },
        {
            "start": 873421809,
            "stop": 873421813
        },
        {
            "start": 873421815,
            "stop": 873421900
        },
        {
            "start": 873421901,
            "stop": 873421944
        },
        {
            "start": 873421947,
            "stop": 873422012
        },
        {
            "start": 873422013,
            "stop": 873424431
        },
        {
            "start": 873424434,
            "stop": 873424521
        },
        {
            "start": 873439190,
            "stop": 873439198
        },
        {
            "start": 873439199,
            "stop": 873439208
        },
        {
            "start": 873439209,
            "stop": 873439220
        },
        {
            "start": 873439221,
            "stop": 873439241
        },
        {
            "start": 873439242,
            "stop": 873439261
        },
        {
            "start": 873439263,
            "stop": 873439272
        },
        {
            "start": 873439273,
            "stop": 873439803
        },
        {
            "start": 873439806,
            "stop": 873439962
        },
        {
            "start": 873439966,
            "stop": 873440217
        },
        {
            "start": 873440220,
            "stop": 873440569
        },
        {
            "start": 873440572,
            "stop": 873440596
        },
        {
            "start": 873440600,
            "stop": 873440758
        },
        {
            "start": 873440761,
            "stop": 873440807
        }
    ]
}