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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 277,
    "results": [
        {
            "start": 1262769853,
            "stop": 1262769970
        },
        {
            "start": 1262769975,
            "stop": 1262770023
        },
        {
            "start": 1262770028,
            "stop": 1262770174
        },
        {
            "start": 1262770179,
            "stop": 1262770294
        },
        {
            "start": 1262770296,
            "stop": 1262770509
        },
        {
            "start": 1262770514,
            "stop": 1262770585
        },
        {
            "start": 1262770590,
            "stop": 1262770715
        },
        {
            "start": 1262770716,
            "stop": 1262770734
        },
        {
            "start": 1262770740,
            "stop": 1262770793
        },
        {
            "start": 1262770798,
            "stop": 1262770805
        },
        {
            "start": 1262770806,
            "stop": 1262770869
        },
        {
            "start": 1262770874,
            "stop": 1262770899
        },
        {
            "start": 1262770904,
            "stop": 1262770924
        },
        {
            "start": 1262770928,
            "stop": 1262770992
        },
        {
            "start": 1262770997,
            "stop": 1262771058
        },
        {
            "start": 1262771063,
            "stop": 1262771154
        },
        {
            "start": 1262771159,
            "stop": 1262771221
        },
        {
            "start": 1262771226,
            "stop": 1262771265
        },
        {
            "start": 1262771270,
            "stop": 1262771328
        },
        {
            "start": 1262771333,
            "stop": 1262771381
        }
    ]
}