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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=171",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 172,
    "results": [
        {
            "start": 931600101,
            "stop": 931600103
        },
        {
            "start": 931600106,
            "stop": 931600107
        },
        {
            "start": 931600111,
            "stop": 931600119
        },
        {
            "start": 931600123,
            "stop": 931600125
        },
        {
            "start": 931600133,
            "stop": 931600141
        },
        {
            "start": 931600144,
            "stop": 931600152
        },
        {
            "start": 931600160,
            "stop": 931600170
        },
        {
            "start": 931600173,
            "stop": 931600174
        },
        {
            "start": 931600177,
            "stop": 931600180
        },
        {
            "start": 931600184,
            "stop": 931600186
        },
        {
            "start": 931600191,
            "stop": 931600196
        },
        {
            "start": 931600201,
            "stop": 931600205
        },
        {
            "start": 931600207,
            "stop": 931600208
        },
        {
            "start": 931600216,
            "stop": 931600219
        },
        {
            "start": 931600225,
            "stop": 931600226
        },
        {
            "start": 931600232,
            "stop": 931600234
        },
        {
            "start": 931600239,
            "stop": 931600244
        },
        {
            "start": 931600247,
            "stop": 931600249
        },
        {
            "start": 931600256,
            "stop": 931600260
        },
        {
            "start": 931600266,
            "stop": 931600267
        }
    ]
}