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=598
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=599",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=597",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 598,
    "results": [
        {
            "start": 1265014335,
            "stop": 1265014336
        },
        {
            "start": 1265014342,
            "stop": 1265014344
        },
        {
            "start": 1265014345,
            "stop": 1265014347
        },
        {
            "start": 1265014348,
            "stop": 1265014349
        },
        {
            "start": 1265014350,
            "stop": 1265014351
        },
        {
            "start": 1265014352,
            "stop": 1265014356
        },
        {
            "start": 1265014358,
            "stop": 1265014364
        },
        {
            "start": 1265014365,
            "stop": 1265014366
        },
        {
            "start": 1265014368,
            "stop": 1265014370
        },
        {
            "start": 1265014371,
            "stop": 1265014463
        },
        {
            "start": 1265014464,
            "stop": 1265014479
        },
        {
            "start": 1265014482,
            "stop": 1265014523
        },
        {
            "start": 1265014524,
            "stop": 1265014529
        },
        {
            "start": 1265014530,
            "stop": 1265014559
        },
        {
            "start": 1265014561,
            "stop": 1265014563
        },
        {
            "start": 1265014564,
            "stop": 1265014571
        },
        {
            "start": 1265014574,
            "stop": 1265014575
        },
        {
            "start": 1265014578,
            "stop": 1265014579
        },
        {
            "start": 1265014583,
            "stop": 1265014584
        },
        {
            "start": 1265014585,
            "stop": 1265014587
        }
    ]
}