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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=306",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 307,
    "results": [
        {
            "start": 931771098,
            "stop": 931771107
        },
        {
            "start": 931771110,
            "stop": 931771122
        },
        {
            "start": 931771127,
            "stop": 931771135
        },
        {
            "start": 931771138,
            "stop": 931771141
        },
        {
            "start": 931771144,
            "stop": 931771157
        },
        {
            "start": 931771160,
            "stop": 931771175
        },
        {
            "start": 931771178,
            "stop": 931771228
        },
        {
            "start": 931771231,
            "stop": 931771236
        },
        {
            "start": 931771241,
            "stop": 931771255
        },
        {
            "start": 931771258,
            "stop": 931771263
        },
        {
            "start": 931771266,
            "stop": 931771270
        },
        {
            "start": 931771273,
            "stop": 931771286
        },
        {
            "start": 931771295,
            "stop": 931771302
        },
        {
            "start": 931771305,
            "stop": 931771308
        },
        {
            "start": 931771310,
            "stop": 931771312
        },
        {
            "start": 931771316,
            "stop": 931771318
        },
        {
            "start": 931771321,
            "stop": 931771335
        },
        {
            "start": 931771338,
            "stop": 931771340
        },
        {
            "start": 931771343,
            "stop": 931771352
        },
        {
            "start": 931771355,
            "stop": 931771370
        }
    ]
}