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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=267",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 268,
    "results": [
        {
            "start": 1262704109,
            "stop": 1262704147
        },
        {
            "start": 1262704150,
            "stop": 1262704208
        },
        {
            "start": 1262704211,
            "stop": 1262704243
        },
        {
            "start": 1262704245,
            "stop": 1262704254
        },
        {
            "start": 1262704256,
            "stop": 1262704267
        },
        {
            "start": 1262704271,
            "stop": 1262704465
        },
        {
            "start": 1262704466,
            "stop": 1262704490
        },
        {
            "start": 1262704494,
            "stop": 1262704540
        },
        {
            "start": 1262704545,
            "stop": 1262704596
        },
        {
            "start": 1262704600,
            "stop": 1262704647
        },
        {
            "start": 1262704651,
            "stop": 1262704652
        },
        {
            "start": 1262704659,
            "stop": 1262704674
        },
        {
            "start": 1262704678,
            "stop": 1262704683
        },
        {
            "start": 1262704686,
            "stop": 1262704714
        },
        {
            "start": 1262704716,
            "stop": 1262704745
        },
        {
            "start": 1262704749,
            "stop": 1262704884
        },
        {
            "start": 1262704886,
            "stop": 1262704922
        },
        {
            "start": 1262704926,
            "stop": 1262705033
        },
        {
            "start": 1262705037,
            "stop": 1262705061
        },
        {
            "start": 1262705065,
            "stop": 1262705121
        }
    ]
}