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=537
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=538",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=536",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 537,
    "results": [
        {
            "start": 1264767253,
            "stop": 1264767254
        },
        {
            "start": 1264767256,
            "stop": 1264767257
        },
        {
            "start": 1264767259,
            "stop": 1264767260
        },
        {
            "start": 1264767261,
            "stop": 1264767264
        },
        {
            "start": 1264767268,
            "stop": 1264767269
        },
        {
            "start": 1264767271,
            "stop": 1264767317
        },
        {
            "start": 1264767319,
            "stop": 1264767321
        },
        {
            "start": 1264767325,
            "stop": 1264767326
        },
        {
            "start": 1264767327,
            "stop": 1264767448
        },
        {
            "start": 1264767455,
            "stop": 1264767465
        },
        {
            "start": 1264767466,
            "stop": 1264767475
        },
        {
            "start": 1264767476,
            "stop": 1264767478
        },
        {
            "start": 1264767480,
            "stop": 1264767484
        },
        {
            "start": 1264767485,
            "stop": 1264767488
        },
        {
            "start": 1264767490,
            "stop": 1264767548
        },
        {
            "start": 1264767551,
            "stop": 1264767552
        },
        {
            "start": 1264767555,
            "stop": 1264767559
        },
        {
            "start": 1264767563,
            "stop": 1264767564
        },
        {
            "start": 1264767565,
            "stop": 1264767566
        },
        {
            "start": 1264767568,
            "stop": 1264767579
        }
    ]
}