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=14375
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=14376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14374",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14375,
    "results": [
        {
            "start": 971409306,
            "stop": 971409313
        },
        {
            "start": 971409316,
            "stop": 971409317
        },
        {
            "start": 971409319,
            "stop": 971409322
        },
        {
            "start": 971409326,
            "stop": 971409328
        },
        {
            "start": 971409329,
            "stop": 971409331
        },
        {
            "start": 971409332,
            "stop": 971409333
        },
        {
            "start": 971409334,
            "stop": 971409335
        },
        {
            "start": 971409336,
            "stop": 971409340
        },
        {
            "start": 971409342,
            "stop": 971409344
        },
        {
            "start": 971409349,
            "stop": 971409359
        },
        {
            "start": 971409361,
            "stop": 971409363
        },
        {
            "start": 971409365,
            "stop": 971409366
        },
        {
            "start": 971409368,
            "stop": 971409370
        },
        {
            "start": 971409371,
            "stop": 971409372
        },
        {
            "start": 971409374,
            "stop": 971409378
        },
        {
            "start": 971409379,
            "stop": 971409383
        },
        {
            "start": 971409388,
            "stop": 971409390
        },
        {
            "start": 971409391,
            "stop": 971409392
        },
        {
            "start": 971409394,
            "stop": 971409401
        },
        {
            "start": 971409402,
            "stop": 971409404
        }
    ]
}