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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1025",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1023",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1024,
    "results": [
        {
            "start": 1252445045,
            "stop": 1252445143
        },
        {
            "start": 1252445154,
            "stop": 1252447068
        },
        {
            "start": 1252447612,
            "stop": 1252449337
        },
        {
            "start": 1252449341,
            "stop": 1252449858
        },
        {
            "start": 1252449861,
            "stop": 1252451628
        },
        {
            "start": 1252451632,
            "stop": 1252452540
        },
        {
            "start": 1252452544,
            "stop": 1252453038
        },
        {
            "start": 1252453040,
            "stop": 1252455023
        },
        {
            "start": 1252456911,
            "stop": 1252457595
        },
        {
            "start": 1252457906,
            "stop": 1252459255
        },
        {
            "start": 1252459258,
            "stop": 1252459580
        },
        {
            "start": 1252459582,
            "stop": 1252460013
        },
        {
            "start": 1252460021,
            "stop": 1252460990
        },
        {
            "start": 1252460998,
            "stop": 1252461350
        },
        {
            "start": 1252461353,
            "stop": 1252467853
        },
        {
            "start": 1252467861,
            "stop": 1252469589
        },
        {
            "start": 1252469591,
            "stop": 1252469628
        },
        {
            "start": 1252469632,
            "stop": 1252469636
        },
        {
            "start": 1252469638,
            "stop": 1252469639
        },
        {
            "start": 1252469643,
            "stop": 1252469652
        }
    ]
}