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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7067",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7068,
    "results": [
        {
            "start": 874291337,
            "stop": 874291641
        },
        {
            "start": 874292027,
            "stop": 874292449
        },
        {
            "start": 874293327,
            "stop": 874293337
        },
        {
            "start": 874293340,
            "stop": 874293344
        },
        {
            "start": 874293347,
            "stop": 874293349
        },
        {
            "start": 874293352,
            "stop": 874293362
        },
        {
            "start": 874293366,
            "stop": 874293376
        },
        {
            "start": 874293379,
            "stop": 874293514
        },
        {
            "start": 874293517,
            "stop": 874293519
        },
        {
            "start": 874293523,
            "stop": 874293525
        },
        {
            "start": 874293528,
            "stop": 874293539
        },
        {
            "start": 874293542,
            "stop": 874293553
        },
        {
            "start": 874293559,
            "stop": 874293563
        },
        {
            "start": 874293566,
            "stop": 874293586
        },
        {
            "start": 874293589,
            "stop": 874293596
        },
        {
            "start": 874293599,
            "stop": 874293611
        },
        {
            "start": 874293614,
            "stop": 874293639
        },
        {
            "start": 874293642,
            "stop": 874293644
        },
        {
            "start": 874293648,
            "stop": 874293663
        },
        {
            "start": 874293668,
            "stop": 874293690
        }
    ]
}