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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=316",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 317,
    "results": [
        {
            "start": 818242212,
            "stop": 818242213
        },
        {
            "start": 818242217,
            "stop": 818242220
        },
        {
            "start": 818242232,
            "stop": 818242238
        },
        {
            "start": 818242252,
            "stop": 818242253
        },
        {
            "start": 818242256,
            "stop": 818242262
        },
        {
            "start": 818242272,
            "stop": 818242275
        },
        {
            "start": 818242278,
            "stop": 818242284
        },
        {
            "start": 818242294,
            "stop": 818242296
        },
        {
            "start": 818242299,
            "stop": 818242309
        },
        {
            "start": 818242315,
            "stop": 818242316
        },
        {
            "start": 818242319,
            "stop": 818242320
        },
        {
            "start": 818242323,
            "stop": 818242331
        },
        {
            "start": 818242350,
            "stop": 818242356
        },
        {
            "start": 818242362,
            "stop": 818242364
        },
        {
            "start": 818242367,
            "stop": 818242368
        },
        {
            "start": 818242376,
            "stop": 818242383
        },
        {
            "start": 818242397,
            "stop": 818242409
        },
        {
            "start": 818242414,
            "stop": 818242416
        },
        {
            "start": 818242422,
            "stop": 818242423
        },
        {
            "start": 818242448,
            "stop": 818242451
        }
    ]
}