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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=343",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 344,
    "results": [
        {
            "start": 931829208,
            "stop": 931829211
        },
        {
            "start": 931829215,
            "stop": 931829222
        },
        {
            "start": 931829232,
            "stop": 931829233
        },
        {
            "start": 931829236,
            "stop": 931829242
        },
        {
            "start": 931829249,
            "stop": 931829251
        },
        {
            "start": 931829261,
            "stop": 931829262
        },
        {
            "start": 931829281,
            "stop": 931829286
        },
        {
            "start": 931829290,
            "stop": 931829291
        },
        {
            "start": 931829297,
            "stop": 931829299
        },
        {
            "start": 931829302,
            "stop": 931829304
        },
        {
            "start": 931829310,
            "stop": 931829312
        },
        {
            "start": 931829324,
            "stop": 931829327
        },
        {
            "start": 931829330,
            "stop": 931829332
        },
        {
            "start": 931829338,
            "stop": 931829348
        },
        {
            "start": 931829351,
            "stop": 931829352
        },
        {
            "start": 931829355,
            "stop": 931829360
        },
        {
            "start": 931829367,
            "stop": 931829370
        },
        {
            "start": 931829379,
            "stop": 931829381
        },
        {
            "start": 931829384,
            "stop": 931829385
        },
        {
            "start": 931829392,
            "stop": 931829393
        }
    ]
}