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=606
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=607",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=605",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 606,
    "results": [
        {
            "start": 1262932577,
            "stop": 1262932598
        },
        {
            "start": 1262932601,
            "stop": 1262932652
        },
        {
            "start": 1262932655,
            "stop": 1262932683
        },
        {
            "start": 1262932689,
            "stop": 1262932701
        },
        {
            "start": 1262932704,
            "stop": 1262932794
        },
        {
            "start": 1262932797,
            "stop": 1262932973
        },
        {
            "start": 1262932976,
            "stop": 1262932983
        },
        {
            "start": 1262932986,
            "stop": 1262933014
        },
        {
            "start": 1262933017,
            "stop": 1262933054
        },
        {
            "start": 1262933057,
            "stop": 1262933132
        },
        {
            "start": 1262933135,
            "stop": 1262933198
        },
        {
            "start": 1262933201,
            "stop": 1262933233
        },
        {
            "start": 1262933236,
            "stop": 1262933243
        },
        {
            "start": 1262933246,
            "stop": 1262933295
        },
        {
            "start": 1262933298,
            "stop": 1262933526
        },
        {
            "start": 1262933528,
            "stop": 1262933529
        },
        {
            "start": 1262933532,
            "stop": 1262933544
        },
        {
            "start": 1262933547,
            "stop": 1262933589
        },
        {
            "start": 1262933592,
            "stop": 1262933658
        },
        {
            "start": 1262933661,
            "stop": 1262933704
        }
    ]
}