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=16666
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=16667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16665",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16666,
    "results": [
        {
            "start": 874867026,
            "stop": 874867151
        },
        {
            "start": 874875513,
            "stop": 874875532
        },
        {
            "start": 874875533,
            "stop": 874875556
        },
        {
            "start": 874875558,
            "stop": 874875675
        },
        {
            "start": 874875677,
            "stop": 874875685
        },
        {
            "start": 874875688,
            "stop": 874875699
        },
        {
            "start": 874875701,
            "stop": 874875712
        },
        {
            "start": 874875716,
            "stop": 874875741
        },
        {
            "start": 874875742,
            "stop": 874875747
        },
        {
            "start": 874875748,
            "stop": 874875752
        },
        {
            "start": 874875754,
            "stop": 874875889
        },
        {
            "start": 874875892,
            "stop": 874875900
        },
        {
            "start": 874875903,
            "stop": 874875983
        },
        {
            "start": 874875984,
            "stop": 874876268
        },
        {
            "start": 874876270,
            "stop": 874876357
        },
        {
            "start": 874876359,
            "stop": 874876697
        },
        {
            "start": 874876698,
            "stop": 874876749
        },
        {
            "start": 874876751,
            "stop": 874876817
        },
        {
            "start": 874876819,
            "stop": 874877286
        },
        {
            "start": 874877287,
            "stop": 874877345
        }
    ]
}