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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=165",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 166,
    "results": [
        {
            "start": 1261089909,
            "stop": 1261090495
        },
        {
            "start": 1261090498,
            "stop": 1261098576
        },
        {
            "start": 1261098577,
            "stop": 1261100634
        },
        {
            "start": 1261100638,
            "stop": 1261102798
        },
        {
            "start": 1261102801,
            "stop": 1261103962
        },
        {
            "start": 1261103965,
            "stop": 1261106311
        },
        {
            "start": 1261106314,
            "stop": 1261107242
        },
        {
            "start": 1261107244,
            "stop": 1261107449
        },
        {
            "start": 1261107450,
            "stop": 1261107751
        },
        {
            "start": 1261107754,
            "stop": 1261111758
        },
        {
            "start": 1261111760,
            "stop": 1261116392
        },
        {
            "start": 1261116393,
            "stop": 1261118374
        },
        {
            "start": 1261118377,
            "stop": 1261119409
        },
        {
            "start": 1261119413,
            "stop": 1261124843
        },
        {
            "start": 1261124848,
            "stop": 1261125723
        },
        {
            "start": 1261125728,
            "stop": 1261126823
        },
        {
            "start": 1261126828,
            "stop": 1261133125
        },
        {
            "start": 1261133129,
            "stop": 1261133643
        },
        {
            "start": 1261133646,
            "stop": 1261136411
        },
        {
            "start": 1261136413,
            "stop": 1261136572
        }
    ]
}