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=605
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=606",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=604",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 605,
    "results": [
        {
            "start": 1262931821,
            "stop": 1262931867
        },
        {
            "start": 1262931870,
            "stop": 1262931872
        },
        {
            "start": 1262931875,
            "stop": 1262931880
        },
        {
            "start": 1262931883,
            "stop": 1262931893
        },
        {
            "start": 1262931896,
            "stop": 1262931910
        },
        {
            "start": 1262931913,
            "stop": 1262931916
        },
        {
            "start": 1262931919,
            "stop": 1262932003
        },
        {
            "start": 1262932006,
            "stop": 1262932043
        },
        {
            "start": 1262932046,
            "stop": 1262932052
        },
        {
            "start": 1262932055,
            "stop": 1262932081
        },
        {
            "start": 1262932084,
            "stop": 1262932111
        },
        {
            "start": 1262932114,
            "stop": 1262932291
        },
        {
            "start": 1262932294,
            "stop": 1262932310
        },
        {
            "start": 1262932313,
            "stop": 1262932359
        },
        {
            "start": 1262932362,
            "stop": 1262932365
        },
        {
            "start": 1262932368,
            "stop": 1262932468
        },
        {
            "start": 1262932471,
            "stop": 1262932483
        },
        {
            "start": 1262932486,
            "stop": 1262932493
        },
        {
            "start": 1262932496,
            "stop": 1262932558
        },
        {
            "start": 1262932561,
            "stop": 1262932574
        }
    ]
}