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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=670",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=668",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 669,
    "results": [
        {
            "start": 1266310034,
            "stop": 1266310366
        },
        {
            "start": 1266310371,
            "stop": 1266310430
        },
        {
            "start": 1266310439,
            "stop": 1266310590
        },
        {
            "start": 1266310595,
            "stop": 1266311293
        },
        {
            "start": 1266311298,
            "stop": 1266311361
        },
        {
            "start": 1266311366,
            "stop": 1266311519
        },
        {
            "start": 1266311524,
            "stop": 1266311624
        },
        {
            "start": 1266311629,
            "stop": 1266311639
        },
        {
            "start": 1266311644,
            "stop": 1266311933
        },
        {
            "start": 1266311938,
            "stop": 1266312122
        },
        {
            "start": 1266312127,
            "stop": 1266312203
        },
        {
            "start": 1266312208,
            "stop": 1266312309
        },
        {
            "start": 1266312314,
            "stop": 1266312485
        },
        {
            "start": 1266312490,
            "stop": 1266312588
        },
        {
            "start": 1266312597,
            "stop": 1266312710
        },
        {
            "start": 1266312715,
            "stop": 1266313201
        },
        {
            "start": 1266313206,
            "stop": 1266313490
        },
        {
            "start": 1266313495,
            "stop": 1266313541
        },
        {
            "start": 1266313546,
            "stop": 1266313770
        },
        {
            "start": 1266313775,
            "stop": 1266313978
        }
    ]
}