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=1610
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=1611",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1609",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1610,
    "results": [
        {
            "start": 953919177,
            "stop": 953919219
        },
        {
            "start": 953930204,
            "stop": 953935919
        },
        {
            "start": 953940692,
            "stop": 953959485
        },
        {
            "start": 953959487,
            "stop": 953980411
        },
        {
            "start": 953981321,
            "stop": 953985624
        },
        {
            "start": 954024605,
            "stop": 954024660
        },
        {
            "start": 954024662,
            "stop": 954024681
        },
        {
            "start": 954024683,
            "stop": 954024975
        },
        {
            "start": 954024977,
            "stop": 954025060
        },
        {
            "start": 954025062,
            "stop": 954025086
        },
        {
            "start": 954025088,
            "stop": 954025100
        },
        {
            "start": 954025103,
            "stop": 954025156
        },
        {
            "start": 954025158,
            "stop": 954025168
        },
        {
            "start": 954025170,
            "stop": 954025210
        },
        {
            "start": 954025213,
            "stop": 954025249
        },
        {
            "start": 954025251,
            "stop": 954025502
        },
        {
            "start": 954025504,
            "stop": 954025618
        },
        {
            "start": 954025621,
            "stop": 954025638
        },
        {
            "start": 954025640,
            "stop": 954025713
        },
        {
            "start": 954028200,
            "stop": 954032147
        }
    ]
}