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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 314,
    "results": [
        {
            "start": 1263850443,
            "stop": 1263850445
        },
        {
            "start": 1263850451,
            "stop": 1263850524
        },
        {
            "start": 1263850526,
            "stop": 1263850547
        },
        {
            "start": 1263855607,
            "stop": 1263856772
        },
        {
            "start": 1263856775,
            "stop": 1263857798
        },
        {
            "start": 1263857803,
            "stop": 1263858666
        },
        {
            "start": 1263858671,
            "stop": 1263858689
        },
        {
            "start": 1263858694,
            "stop": 1263858888
        },
        {
            "start": 1263858893,
            "stop": 1263859096
        },
        {
            "start": 1263859101,
            "stop": 1263859338
        },
        {
            "start": 1263859343,
            "stop": 1263859446
        },
        {
            "start": 1263859451,
            "stop": 1263859594
        },
        {
            "start": 1263859600,
            "stop": 1263860637
        },
        {
            "start": 1263860641,
            "stop": 1263860977
        },
        {
            "start": 1263860982,
            "stop": 1263861094
        },
        {
            "start": 1263861099,
            "stop": 1263861347
        },
        {
            "start": 1263861348,
            "stop": 1263861678
        },
        {
            "start": 1263861683,
            "stop": 1263862989
        },
        {
            "start": 1263862994,
            "stop": 1263863162
        },
        {
            "start": 1263863167,
            "stop": 1263863262
        }
    ]
}