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=537
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=538",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=536",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 537,
    "results": [
        {
            "start": 1262802941,
            "stop": 1262802942
        },
        {
            "start": 1262802945,
            "stop": 1262802946
        },
        {
            "start": 1262802949,
            "stop": 1262802960
        },
        {
            "start": 1262802963,
            "stop": 1262802971
        },
        {
            "start": 1262802974,
            "stop": 1262803007
        },
        {
            "start": 1262803010,
            "stop": 1262803045
        },
        {
            "start": 1262803048,
            "stop": 1262803133
        },
        {
            "start": 1262803136,
            "stop": 1262803207
        },
        {
            "start": 1262803213,
            "stop": 1262803223
        },
        {
            "start": 1262803226,
            "stop": 1262803269
        },
        {
            "start": 1262803272,
            "stop": 1262803286
        },
        {
            "start": 1262803289,
            "stop": 1262803304
        },
        {
            "start": 1262803307,
            "stop": 1262803308
        },
        {
            "start": 1262803311,
            "stop": 1262803336
        },
        {
            "start": 1262803342,
            "stop": 1262803359
        },
        {
            "start": 1262803362,
            "stop": 1262803384
        },
        {
            "start": 1262803387,
            "stop": 1262803389
        },
        {
            "start": 1262803392,
            "stop": 1262803441
        },
        {
            "start": 1262803444,
            "stop": 1262803451
        },
        {
            "start": 1262803454,
            "stop": 1262803482
        }
    ]
}