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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=203",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 204,
    "results": [
        {
            "start": 931450181,
            "stop": 931450192
        },
        {
            "start": 931450194,
            "stop": 931450205
        },
        {
            "start": 931450207,
            "stop": 931450218
        },
        {
            "start": 931450220,
            "stop": 931450273
        },
        {
            "start": 931450275,
            "stop": 931450294
        },
        {
            "start": 931450296,
            "stop": 931450325
        },
        {
            "start": 931450327,
            "stop": 931450328
        },
        {
            "start": 931450330,
            "stop": 931450348
        },
        {
            "start": 931450352,
            "stop": 931450353
        },
        {
            "start": 931450355,
            "stop": 931450367
        },
        {
            "start": 931450369,
            "stop": 931450377
        },
        {
            "start": 931450379,
            "stop": 931450382
        },
        {
            "start": 931450384,
            "stop": 931450388
        },
        {
            "start": 931450390,
            "stop": 931450399
        },
        {
            "start": 931450405,
            "stop": 931450416
        },
        {
            "start": 931450417,
            "stop": 931450419
        },
        {
            "start": 931450421,
            "stop": 931450443
        },
        {
            "start": 931450445,
            "stop": 931450463
        },
        {
            "start": 931450465,
            "stop": 931450483
        },
        {
            "start": 931450485,
            "stop": 931450498
        }
    ]
}