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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14072",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14070",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14071,
    "results": [
        {
            "start": 971156206,
            "stop": 971156210
        },
        {
            "start": 971156212,
            "stop": 971156214
        },
        {
            "start": 971156219,
            "stop": 971156222
        },
        {
            "start": 971156224,
            "stop": 971156228
        },
        {
            "start": 971156230,
            "stop": 971156232
        },
        {
            "start": 971156236,
            "stop": 971156237
        },
        {
            "start": 971156249,
            "stop": 971156258
        },
        {
            "start": 971156259,
            "stop": 971156261
        },
        {
            "start": 971156265,
            "stop": 971156266
        },
        {
            "start": 971156268,
            "stop": 971156269
        },
        {
            "start": 971156271,
            "stop": 971156275
        },
        {
            "start": 971156276,
            "stop": 971156283
        },
        {
            "start": 971156286,
            "stop": 971156287
        },
        {
            "start": 971156289,
            "stop": 971156290
        },
        {
            "start": 971156292,
            "stop": 971156296
        },
        {
            "start": 971156299,
            "stop": 971156300
        },
        {
            "start": 971156302,
            "stop": 971156303
        },
        {
            "start": 971156304,
            "stop": 971156305
        },
        {
            "start": 971156312,
            "stop": 971156315
        },
        {
            "start": 971156317,
            "stop": 971156320
        }
    ]
}