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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=91",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 92,
    "results": [
        {
            "start": 931506854,
            "stop": 931506860
        },
        {
            "start": 931506866,
            "stop": 931506871
        },
        {
            "start": 931506873,
            "stop": 931506875
        },
        {
            "start": 931506881,
            "stop": 931506882
        },
        {
            "start": 931506888,
            "stop": 931506893
        },
        {
            "start": 931506896,
            "stop": 931506910
        },
        {
            "start": 931506913,
            "stop": 931506936
        },
        {
            "start": 931506939,
            "stop": 931506943
        },
        {
            "start": 931506945,
            "stop": 931506958
        },
        {
            "start": 931506960,
            "stop": 931506961
        },
        {
            "start": 931506979,
            "stop": 931506980
        },
        {
            "start": 931506983,
            "stop": 931506989
        },
        {
            "start": 931506992,
            "stop": 931506997
        },
        {
            "start": 931507007,
            "stop": 931507013
        },
        {
            "start": 931507023,
            "stop": 931507026
        },
        {
            "start": 931507034,
            "stop": 931507042
        },
        {
            "start": 931507044,
            "stop": 931507058
        },
        {
            "start": 931507061,
            "stop": 931507064
        },
        {
            "start": 931507069,
            "stop": 931507078
        },
        {
            "start": 931507081,
            "stop": 931507095
        }
    ]
}