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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16731",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16732,
    "results": [
        {
            "start": 875040848,
            "stop": 875041079
        },
        {
            "start": 875041082,
            "stop": 875041304
        },
        {
            "start": 875041306,
            "stop": 875041387
        },
        {
            "start": 875041388,
            "stop": 875041389
        },
        {
            "start": 875041390,
            "stop": 875041487
        },
        {
            "start": 875041488,
            "stop": 875041580
        },
        {
            "start": 875041581,
            "stop": 875041641
        },
        {
            "start": 875041642,
            "stop": 875041708
        },
        {
            "start": 875041711,
            "stop": 875041950
        },
        {
            "start": 875041951,
            "stop": 875042070
        },
        {
            "start": 875043985,
            "stop": 875044007
        },
        {
            "start": 875044008,
            "stop": 875044234
        },
        {
            "start": 875044235,
            "stop": 875044513
        },
        {
            "start": 875044516,
            "stop": 875044527
        },
        {
            "start": 875044529,
            "stop": 875044536
        },
        {
            "start": 875044538,
            "stop": 875044619
        },
        {
            "start": 875044620,
            "stop": 875044684
        },
        {
            "start": 875044685,
            "stop": 875044715
        },
        {
            "start": 875044716,
            "stop": 875044738
        },
        {
            "start": 875044740,
            "stop": 875044741
        }
    ]
}