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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=286",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 287,
    "results": [
        {
            "start": 931685963,
            "stop": 931685964
        },
        {
            "start": 931685975,
            "stop": 931685976
        },
        {
            "start": 931685995,
            "stop": 931685996
        },
        {
            "start": 931685997,
            "stop": 931686002
        },
        {
            "start": 931711211,
            "stop": 931711258
        },
        {
            "start": 931711259,
            "stop": 931711294
        },
        {
            "start": 931711295,
            "stop": 931711458
        },
        {
            "start": 931711461,
            "stop": 931711498
        },
        {
            "start": 931711499,
            "stop": 931711574
        },
        {
            "start": 931711575,
            "stop": 931711596
        },
        {
            "start": 931711597,
            "stop": 931712000
        },
        {
            "start": 931712001,
            "stop": 931712896
        },
        {
            "start": 931714796,
            "stop": 931714825
        },
        {
            "start": 931714826,
            "stop": 931714880
        },
        {
            "start": 931714882,
            "stop": 931715105
        },
        {
            "start": 931715106,
            "stop": 931715789
        },
        {
            "start": 931715791,
            "stop": 931715828
        },
        {
            "start": 931715829,
            "stop": 931716699
        },
        {
            "start": 931716700,
            "stop": 931716726
        },
        {
            "start": 931716727,
            "stop": 931717116
        }
    ]
}