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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=200",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 201,
    "results": [
        {
            "start": 931668114,
            "stop": 931668131
        },
        {
            "start": 931668137,
            "stop": 931668145
        },
        {
            "start": 931668148,
            "stop": 931668158
        },
        {
            "start": 931668161,
            "stop": 931668162
        },
        {
            "start": 931668169,
            "stop": 931668173
        },
        {
            "start": 931668176,
            "stop": 931668178
        },
        {
            "start": 931668183,
            "stop": 931668196
        },
        {
            "start": 931668201,
            "stop": 931668219
        },
        {
            "start": 931668222,
            "stop": 931668227
        },
        {
            "start": 931668230,
            "stop": 931668242
        },
        {
            "start": 931668244,
            "stop": 931668253
        },
        {
            "start": 931668255,
            "stop": 931668265
        },
        {
            "start": 931668269,
            "stop": 931668274
        },
        {
            "start": 931668277,
            "stop": 931668286
        },
        {
            "start": 931668289,
            "stop": 931668290
        },
        {
            "start": 931668293,
            "stop": 931668300
        },
        {
            "start": 931668303,
            "stop": 931668313
        },
        {
            "start": 931668316,
            "stop": 931668326
        },
        {
            "start": 931668329,
            "stop": 931668332
        },
        {
            "start": 931668335,
            "stop": 931668336
        }
    ]
}