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=639
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=640",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=638",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 639,
    "results": [
        {
            "start": 1265739003,
            "stop": 1265739049
        },
        {
            "start": 1265739054,
            "stop": 1265739230
        },
        {
            "start": 1265739235,
            "stop": 1265739238
        },
        {
            "start": 1265739243,
            "stop": 1265739310
        },
        {
            "start": 1265739315,
            "stop": 1265739430
        },
        {
            "start": 1265739435,
            "stop": 1265739490
        },
        {
            "start": 1265739495,
            "stop": 1265739577
        },
        {
            "start": 1265739582,
            "stop": 1265739684
        },
        {
            "start": 1265739689,
            "stop": 1265739719
        },
        {
            "start": 1265739724,
            "stop": 1265739983
        },
        {
            "start": 1265739988,
            "stop": 1265740106
        },
        {
            "start": 1265740111,
            "stop": 1265740190
        },
        {
            "start": 1265740196,
            "stop": 1265740241
        },
        {
            "start": 1265740246,
            "stop": 1265740306
        },
        {
            "start": 1265740316,
            "stop": 1265740419
        },
        {
            "start": 1265740424,
            "stop": 1265740538
        },
        {
            "start": 1265740543,
            "stop": 1265740571
        },
        {
            "start": 1265740576,
            "stop": 1265740640
        },
        {
            "start": 1265740645,
            "stop": 1265740720
        },
        {
            "start": 1265740725,
            "stop": 1265740790
        }
    ]
}