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=673
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=674",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=672",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 673,
    "results": [
        {
            "start": 1266329437,
            "stop": 1266329511
        },
        {
            "start": 1266329520,
            "stop": 1266330229
        },
        {
            "start": 1266330230,
            "stop": 1266331008
        },
        {
            "start": 1266331013,
            "stop": 1266331399
        },
        {
            "start": 1266331400,
            "stop": 1266332219
        },
        {
            "start": 1266332222,
            "stop": 1266332625
        },
        {
            "start": 1266332627,
            "stop": 1266332716
        },
        {
            "start": 1266332721,
            "stop": 1266333116
        },
        {
            "start": 1266333117,
            "stop": 1266333351
        },
        {
            "start": 1266333352,
            "stop": 1266333743
        },
        {
            "start": 1266333747,
            "stop": 1266333816
        },
        {
            "start": 1266333821,
            "stop": 1266334051
        },
        {
            "start": 1266334056,
            "stop": 1266334327
        },
        {
            "start": 1266334329,
            "stop": 1266334728
        },
        {
            "start": 1266334733,
            "stop": 1266334813
        },
        {
            "start": 1266334818,
            "stop": 1266334882
        },
        {
            "start": 1266334883,
            "stop": 1266335258
        },
        {
            "start": 1266335259,
            "stop": 1266335293
        },
        {
            "start": 1266335298,
            "stop": 1266335338
        },
        {
            "start": 1266335343,
            "stop": 1266335644
        }
    ]
}