Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 61,
    "results": [
        {
            "start": 931500338,
            "stop": 931500340
        },
        {
            "start": 931500345,
            "stop": 931500346
        },
        {
            "start": 931500351,
            "stop": 931500358
        },
        {
            "start": 931500361,
            "stop": 931500364
        },
        {
            "start": 931500367,
            "stop": 931500368
        },
        {
            "start": 931500371,
            "stop": 931500374
        },
        {
            "start": 931500379,
            "stop": 931500381
        },
        {
            "start": 931500387,
            "stop": 931500391
        },
        {
            "start": 931500397,
            "stop": 931500400
        },
        {
            "start": 931500403,
            "stop": 931500404
        },
        {
            "start": 931500406,
            "stop": 931500411
        },
        {
            "start": 931500415,
            "stop": 931500421
        },
        {
            "start": 931500428,
            "stop": 931500433
        },
        {
            "start": 931500436,
            "stop": 931500440
        },
        {
            "start": 931500447,
            "stop": 931500453
        },
        {
            "start": 931500456,
            "stop": 931500462
        },
        {
            "start": 931500469,
            "stop": 931500472
        },
        {
            "start": 931500475,
            "stop": 931500476
        },
        {
            "start": 931500480,
            "stop": 931500483
        },
        {
            "start": 931500485,
            "stop": 931500489
        }
    ]
}