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=412
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=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=411",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 412,
    "results": [
        {
            "start": 847793641,
            "stop": 847793662
        },
        {
            "start": 847793663,
            "stop": 847793683
        },
        {
            "start": 847793684,
            "stop": 847793799
        },
        {
            "start": 847793801,
            "stop": 847793850
        },
        {
            "start": 847793851,
            "stop": 847793876
        },
        {
            "start": 847793878,
            "stop": 847793895
        },
        {
            "start": 847793897,
            "stop": 847793926
        },
        {
            "start": 847793927,
            "stop": 847793938
        },
        {
            "start": 847793939,
            "stop": 847793969
        },
        {
            "start": 847793971,
            "stop": 847793978
        },
        {
            "start": 847793979,
            "stop": 847794002
        },
        {
            "start": 847794003,
            "stop": 847794022
        },
        {
            "start": 847794023,
            "stop": 847794097
        },
        {
            "start": 847794099,
            "stop": 847794101
        },
        {
            "start": 847794102,
            "stop": 847794151
        },
        {
            "start": 847794152,
            "stop": 847794160
        },
        {
            "start": 847794161,
            "stop": 847794233
        },
        {
            "start": 847794234,
            "stop": 847794236
        },
        {
            "start": 847794237,
            "stop": 847794258
        },
        {
            "start": 847794260,
            "stop": 847794261
        }
    ]
}