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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=727",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=725",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 726,
    "results": [
        {
            "start": 1249003639,
            "stop": 1249003661
        },
        {
            "start": 1249003666,
            "stop": 1249003789
        },
        {
            "start": 1249003790,
            "stop": 1249003793
        },
        {
            "start": 1249003799,
            "stop": 1249003811
        },
        {
            "start": 1249003817,
            "stop": 1249003824
        },
        {
            "start": 1249003826,
            "stop": 1249003847
        },
        {
            "start": 1249003853,
            "stop": 1249003858
        },
        {
            "start": 1249003862,
            "stop": 1249004017
        },
        {
            "start": 1249004019,
            "stop": 1249004024
        },
        {
            "start": 1249004029,
            "stop": 1249004110
        },
        {
            "start": 1249004111,
            "stop": 1249005092
        },
        {
            "start": 1249005097,
            "stop": 1249005133
        },
        {
            "start": 1249005136,
            "stop": 1249005156
        },
        {
            "start": 1249005157,
            "stop": 1249005169
        },
        {
            "start": 1249005170,
            "stop": 1249005187
        },
        {
            "start": 1249005190,
            "stop": 1249005678
        },
        {
            "start": 1249005682,
            "stop": 1249005690
        },
        {
            "start": 1249005693,
            "stop": 1249005697
        },
        {
            "start": 1249005706,
            "stop": 1249005708
        },
        {
            "start": 1249005710,
            "stop": 1249006442
        }
    ]
}