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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=210",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 211,
    "results": [
        {
            "start": 818213443,
            "stop": 818213444
        },
        {
            "start": 818213456,
            "stop": 818213458
        },
        {
            "start": 818213518,
            "stop": 818213519
        },
        {
            "start": 818213540,
            "stop": 818213549
        },
        {
            "start": 818213552,
            "stop": 818213553
        },
        {
            "start": 818213556,
            "stop": 818213558
        },
        {
            "start": 818213564,
            "stop": 818213569
        },
        {
            "start": 818213572,
            "stop": 818213574
        },
        {
            "start": 818213602,
            "stop": 818213604
        },
        {
            "start": 818213625,
            "stop": 818213626
        },
        {
            "start": 818213630,
            "stop": 818213631
        },
        {
            "start": 818213649,
            "stop": 818213651
        },
        {
            "start": 818213657,
            "stop": 818213658
        },
        {
            "start": 818213664,
            "stop": 818213666
        },
        {
            "start": 818213669,
            "stop": 818213672
        },
        {
            "start": 818213680,
            "stop": 818213681
        },
        {
            "start": 818213691,
            "stop": 818213692
        },
        {
            "start": 818213695,
            "stop": 818213697
        },
        {
            "start": 818213704,
            "stop": 818213706
        },
        {
            "start": 818213725,
            "stop": 818213726
        }
    ]
}