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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=224",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 225,
    "results": [
        {
            "start": 931673421,
            "stop": 931673423
        },
        {
            "start": 931673426,
            "stop": 931673437
        },
        {
            "start": 931673440,
            "stop": 931673441
        },
        {
            "start": 931673444,
            "stop": 931673448
        },
        {
            "start": 931673451,
            "stop": 931673457
        },
        {
            "start": 931673460,
            "stop": 931673468
        },
        {
            "start": 931673471,
            "stop": 931673476
        },
        {
            "start": 931673482,
            "stop": 931673484
        },
        {
            "start": 931673490,
            "stop": 931673492
        },
        {
            "start": 931673495,
            "stop": 931673500
        },
        {
            "start": 931673503,
            "stop": 931673518
        },
        {
            "start": 931673522,
            "stop": 931673529
        },
        {
            "start": 931673540,
            "stop": 931673541
        },
        {
            "start": 931673544,
            "stop": 931673548
        },
        {
            "start": 931673550,
            "stop": 931673555
        },
        {
            "start": 931673558,
            "stop": 931673583
        },
        {
            "start": 931673585,
            "stop": 931673587
        },
        {
            "start": 931673589,
            "stop": 931673591
        },
        {
            "start": 931673594,
            "stop": 931673596
        },
        {
            "start": 931673601,
            "stop": 931673606
        }
    ]
}