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=7027
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=7028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7026",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7027,
    "results": [
        {
            "start": 873827192,
            "stop": 873827208
        },
        {
            "start": 873827209,
            "stop": 873827242
        },
        {
            "start": 873827243,
            "stop": 873827466
        },
        {
            "start": 873827467,
            "stop": 873828271
        },
        {
            "start": 873828272,
            "stop": 873828302
        },
        {
            "start": 873828304,
            "stop": 873828325
        },
        {
            "start": 873828327,
            "stop": 873828373
        },
        {
            "start": 873828374,
            "stop": 873828592
        },
        {
            "start": 873828593,
            "stop": 873828665
        },
        {
            "start": 873828666,
            "stop": 873828703
        },
        {
            "start": 873828704,
            "stop": 873828786
        },
        {
            "start": 873828787,
            "stop": 873829175
        },
        {
            "start": 873829176,
            "stop": 873829209
        },
        {
            "start": 873829210,
            "stop": 873829318
        },
        {
            "start": 873829319,
            "stop": 873829624
        },
        {
            "start": 873829625,
            "stop": 873829692
        },
        {
            "start": 873829694,
            "stop": 873829800
        },
        {
            "start": 873829802,
            "stop": 873829836
        },
        {
            "start": 873829838,
            "stop": 873830170
        },
        {
            "start": 873830171,
            "stop": 873830219
        }
    ]
}