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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=106",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 107,
    "results": [
        {
            "start": 931511768,
            "stop": 931511808
        },
        {
            "start": 931511811,
            "stop": 931511812
        },
        {
            "start": 931511815,
            "stop": 931511847
        },
        {
            "start": 931511850,
            "stop": 931511857
        },
        {
            "start": 931511860,
            "stop": 931511875
        },
        {
            "start": 931511879,
            "stop": 931511886
        },
        {
            "start": 931511890,
            "stop": 931511905
        },
        {
            "start": 931511911,
            "stop": 931511921
        },
        {
            "start": 931511924,
            "stop": 931511936
        },
        {
            "start": 931511939,
            "stop": 931511944
        },
        {
            "start": 931511951,
            "stop": 931511957
        },
        {
            "start": 931511960,
            "stop": 931511961
        },
        {
            "start": 931511965,
            "stop": 931511973
        },
        {
            "start": 931511976,
            "stop": 931511979
        },
        {
            "start": 931511981,
            "stop": 931512023
        },
        {
            "start": 931512026,
            "stop": 931512029
        },
        {
            "start": 931512035,
            "stop": 931512043
        },
        {
            "start": 931512046,
            "stop": 931512048
        },
        {
            "start": 931512051,
            "stop": 931512052
        },
        {
            "start": 931512055,
            "stop": 931512070
        }
    ]
}