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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14319",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14317",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14318,
    "results": [
        {
            "start": 971251536,
            "stop": 971251538
        },
        {
            "start": 971251539,
            "stop": 971251540
        },
        {
            "start": 971251541,
            "stop": 971251570
        },
        {
            "start": 971251572,
            "stop": 971251575
        },
        {
            "start": 971251576,
            "stop": 971251578
        },
        {
            "start": 971251581,
            "stop": 971251588
        },
        {
            "start": 971251589,
            "stop": 971251591
        },
        {
            "start": 971251595,
            "stop": 971251610
        },
        {
            "start": 971251611,
            "stop": 971251625
        },
        {
            "start": 971251626,
            "stop": 971251627
        },
        {
            "start": 971251628,
            "stop": 971251632
        },
        {
            "start": 971251633,
            "stop": 971251647
        },
        {
            "start": 971251649,
            "stop": 971251676
        },
        {
            "start": 971251678,
            "stop": 971251682
        },
        {
            "start": 971251684,
            "stop": 971251701
        },
        {
            "start": 971251703,
            "stop": 971251727
        },
        {
            "start": 971251728,
            "stop": 971251733
        },
        {
            "start": 971251735,
            "stop": 971251745
        },
        {
            "start": 971251748,
            "stop": 971251749
        },
        {
            "start": 971251751,
            "stop": 971251764
        }
    ]
}