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=570
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=571",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=569",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 570,
    "results": [
        {
            "start": 1264909375,
            "stop": 1264909396
        },
        {
            "start": 1264909397,
            "stop": 1264909398
        },
        {
            "start": 1264909401,
            "stop": 1264909621
        },
        {
            "start": 1264909623,
            "stop": 1264909625
        },
        {
            "start": 1264909626,
            "stop": 1264909768
        },
        {
            "start": 1264909770,
            "stop": 1264909802
        },
        {
            "start": 1264909803,
            "stop": 1264909804
        },
        {
            "start": 1264909805,
            "stop": 1264909816
        },
        {
            "start": 1264909819,
            "stop": 1264909832
        },
        {
            "start": 1264909834,
            "stop": 1264909835
        },
        {
            "start": 1264909839,
            "stop": 1264909843
        },
        {
            "start": 1264909844,
            "stop": 1264909873
        },
        {
            "start": 1264909874,
            "stop": 1264909876
        },
        {
            "start": 1264909877,
            "stop": 1264909939
        },
        {
            "start": 1264909940,
            "stop": 1264909967
        },
        {
            "start": 1264909970,
            "stop": 1264909998
        },
        {
            "start": 1264910002,
            "stop": 1264910008
        },
        {
            "start": 1264910011,
            "stop": 1264910020
        },
        {
            "start": 1264910021,
            "stop": 1264910022
        },
        {
            "start": 1264910023,
            "stop": 1264910026
        }
    ]
}