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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=556",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 557,
    "results": [
        {
            "start": 1262812932,
            "stop": 1262812933
        },
        {
            "start": 1262812936,
            "stop": 1262812946
        },
        {
            "start": 1262812949,
            "stop": 1262812953
        },
        {
            "start": 1262812956,
            "stop": 1262812957
        },
        {
            "start": 1262812960,
            "stop": 1262813007
        },
        {
            "start": 1262813010,
            "stop": 1262813018
        },
        {
            "start": 1262813021,
            "stop": 1262813051
        },
        {
            "start": 1262813054,
            "stop": 1262813055
        },
        {
            "start": 1262813058,
            "stop": 1262813080
        },
        {
            "start": 1262813083,
            "stop": 1262813110
        },
        {
            "start": 1262813113,
            "stop": 1262813148
        },
        {
            "start": 1262813151,
            "stop": 1262813173
        },
        {
            "start": 1262813176,
            "stop": 1262813208
        },
        {
            "start": 1262813211,
            "stop": 1262813239
        },
        {
            "start": 1262813245,
            "stop": 1262813318
        },
        {
            "start": 1262813321,
            "stop": 1262813367
        },
        {
            "start": 1262813370,
            "stop": 1262813382
        },
        {
            "start": 1262813385,
            "stop": 1262813424
        },
        {
            "start": 1262813427,
            "stop": 1262813466
        },
        {
            "start": 1262813469,
            "stop": 1262813473
        }
    ]
}