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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=276",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 277,
    "results": [
        {
            "start": 847607155,
            "stop": 847607175
        },
        {
            "start": 847607177,
            "stop": 847607196
        },
        {
            "start": 847607197,
            "stop": 847607230
        },
        {
            "start": 847607232,
            "stop": 847607281
        },
        {
            "start": 847607282,
            "stop": 847607308
        },
        {
            "start": 847607310,
            "stop": 847607311
        },
        {
            "start": 847607312,
            "stop": 847607372
        },
        {
            "start": 847607373,
            "stop": 847607378
        },
        {
            "start": 847607379,
            "stop": 847607380
        },
        {
            "start": 847607381,
            "stop": 847607494
        },
        {
            "start": 847607495,
            "stop": 847607516
        },
        {
            "start": 847607518,
            "stop": 847607519
        },
        {
            "start": 847607520,
            "stop": 847607538
        },
        {
            "start": 847607539,
            "stop": 847607558
        },
        {
            "start": 847607559,
            "stop": 847607582
        },
        {
            "start": 847607584,
            "stop": 847607601
        },
        {
            "start": 847607603,
            "stop": 847607622
        },
        {
            "start": 847607623,
            "stop": 847607697
        },
        {
            "start": 847607698,
            "stop": 847607740
        },
        {
            "start": 847607741,
            "stop": 847607750
        }
    ]
}