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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=281",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 282,
    "results": [
        {
            "start": 1244831727,
            "stop": 1244832603
        },
        {
            "start": 1244832604,
            "stop": 1244832606
        },
        {
            "start": 1244832607,
            "stop": 1244839442
        },
        {
            "start": 1244839444,
            "stop": 1244839453
        },
        {
            "start": 1244839455,
            "stop": 1244839848
        },
        {
            "start": 1244839852,
            "stop": 1244839854
        },
        {
            "start": 1244839855,
            "stop": 1244839870
        },
        {
            "start": 1244839871,
            "stop": 1244859590
        },
        {
            "start": 1244862921,
            "stop": 1244863886
        },
        {
            "start": 1244865958,
            "stop": 1244893897
        },
        {
            "start": 1244893898,
            "stop": 1244899710
        },
        {
            "start": 1244899711,
            "stop": 1244900686
        },
        {
            "start": 1244900687,
            "stop": 1244900827
        },
        {
            "start": 1244933660,
            "stop": 1244949889
        },
        {
            "start": 1244950003,
            "stop": 1244952638
        },
        {
            "start": 1244980412,
            "stop": 1244984069
        },
        {
            "start": 1244984070,
            "stop": 1244986308
        },
        {
            "start": 1244986309,
            "stop": 1244994397
        },
        {
            "start": 1244994398,
            "stop": 1245003959
        },
        {
            "start": 1245024313,
            "stop": 1245056003
        }
    ]
}