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=765
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=766",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=764",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 765,
    "results": [
        {
            "start": 1267796829,
            "stop": 1267799412
        },
        {
            "start": 1267799414,
            "stop": 1267800035
        },
        {
            "start": 1267800037,
            "stop": 1267805094
        },
        {
            "start": 1267805097,
            "stop": 1267807240
        },
        {
            "start": 1267807245,
            "stop": 1267810794
        },
        {
            "start": 1267810799,
            "stop": 1267811626
        },
        {
            "start": 1267811631,
            "stop": 1267812037
        },
        {
            "start": 1267817638,
            "stop": 1267821249
        },
        {
            "start": 1267821250,
            "stop": 1267821274
        },
        {
            "start": 1267822123,
            "stop": 1267824018
        },
        {
            "start": 1267824023,
            "stop": 1267824700
        },
        {
            "start": 1267824703,
            "stop": 1267827404
        },
        {
            "start": 1267827406,
            "stop": 1267829883
        },
        {
            "start": 1267829888,
            "stop": 1267830190
        },
        {
            "start": 1267830192,
            "stop": 1267831467
        },
        {
            "start": 1267831472,
            "stop": 1267832801
        },
        {
            "start": 1267832803,
            "stop": 1267834031
        },
        {
            "start": 1267834034,
            "stop": 1267835147
        },
        {
            "start": 1267835149,
            "stop": 1267835163
        },
        {
            "start": 1267835165,
            "stop": 1267835278
        }
    ]
}