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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=331",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 332,
    "results": [
        {
            "start": 931777012,
            "stop": 931777013
        },
        {
            "start": 931777016,
            "stop": 931777017
        },
        {
            "start": 931777023,
            "stop": 931777025
        },
        {
            "start": 931777028,
            "stop": 931777033
        },
        {
            "start": 931777043,
            "stop": 931777049
        },
        {
            "start": 931777053,
            "stop": 931777060
        },
        {
            "start": 931777068,
            "stop": 931777070
        },
        {
            "start": 931777073,
            "stop": 931777074
        },
        {
            "start": 931777079,
            "stop": 931777081
        },
        {
            "start": 931777084,
            "stop": 931777085
        },
        {
            "start": 931777091,
            "stop": 931777092
        },
        {
            "start": 931777094,
            "stop": 931777096
        },
        {
            "start": 931777101,
            "stop": 931777103
        },
        {
            "start": 931777109,
            "stop": 931777111
        },
        {
            "start": 931777115,
            "stop": 931777118
        },
        {
            "start": 931777135,
            "stop": 931777136
        },
        {
            "start": 931777139,
            "stop": 931777142
        },
        {
            "start": 931777144,
            "stop": 931777151
        },
        {
            "start": 931777157,
            "stop": 931777159
        },
        {
            "start": 931777162,
            "stop": 931777164
        }
    ]
}