Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4377
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4376",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4377,
    "results": [
        {
            "start": 875062545,
            "stop": 875062560
        },
        {
            "start": 875062740,
            "stop": 875062800
        },
        {
            "start": 875062980,
            "stop": 875063160
        },
        {
            "start": 875063220,
            "stop": 875063288
        },
        {
            "start": 875063307,
            "stop": 875063460
        },
        {
            "start": 875063580,
            "stop": 875063610
        },
        {
            "start": 875063659,
            "stop": 875063668
        },
        {
            "start": 875063688,
            "stop": 875063760
        },
        {
            "start": 875063880,
            "stop": 875063940
        },
        {
            "start": 875064120,
            "stop": 875064178
        },
        {
            "start": 875064197,
            "stop": 875064300
        },
        {
            "start": 875064420,
            "stop": 875064480
        },
        {
            "start": 875064600,
            "stop": 875064631
        },
        {
            "start": 875064650,
            "stop": 875064660
        },
        {
            "start": 875064960,
            "stop": 875065020
        },
        {
            "start": 875065080,
            "stop": 875065140
        },
        {
            "start": 875065380,
            "stop": 875065500
        },
        {
            "start": 875065560,
            "stop": 875066250
        },
        {
            "start": 875066269,
            "stop": 875066460
        },
        {
            "start": 875066520,
            "stop": 875066580
        }
    ]
}