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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=282",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 283,
    "results": [
        {
            "start": 1262947448,
            "stop": 1262948712
        },
        {
            "start": 1262948716,
            "stop": 1262951829
        },
        {
            "start": 1262951833,
            "stop": 1262953987
        },
        {
            "start": 1262953991,
            "stop": 1262954736
        },
        {
            "start": 1262954739,
            "stop": 1262955212
        },
        {
            "start": 1262955215,
            "stop": 1262955294
        },
        {
            "start": 1262955298,
            "stop": 1262958369
        },
        {
            "start": 1262958373,
            "stop": 1262960823
        },
        {
            "start": 1262960824,
            "stop": 1262961681
        },
        {
            "start": 1262961686,
            "stop": 1262962864
        },
        {
            "start": 1262962865,
            "stop": 1262965532
        },
        {
            "start": 1262965537,
            "stop": 1262966620
        },
        {
            "start": 1262966622,
            "stop": 1262970140
        },
        {
            "start": 1262970141,
            "stop": 1262970903
        },
        {
            "start": 1262970908,
            "stop": 1262972491
        },
        {
            "start": 1262973087,
            "stop": 1262973744
        },
        {
            "start": 1262973745,
            "stop": 1262975859
        },
        {
            "start": 1262975861,
            "stop": 1262976038
        },
        {
            "start": 1262976039,
            "stop": 1262978298
        },
        {
            "start": 1262978299,
            "stop": 1262978498
        }
    ]
}