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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=44",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 45,
    "results": [
        {
            "start": 1238618035,
            "stop": 1238618064
        },
        {
            "start": 1238618065,
            "stop": 1238618066
        },
        {
            "start": 1238618069,
            "stop": 1238618217
        },
        {
            "start": 1238618220,
            "stop": 1238618222
        },
        {
            "start": 1238618223,
            "stop": 1238618226
        },
        {
            "start": 1238618227,
            "stop": 1238618235
        },
        {
            "start": 1238618238,
            "stop": 1238618290
        },
        {
            "start": 1238618293,
            "stop": 1238618313
        },
        {
            "start": 1238618314,
            "stop": 1238618315
        },
        {
            "start": 1238618316,
            "stop": 1238618330
        },
        {
            "start": 1238618331,
            "stop": 1238618333
        },
        {
            "start": 1238618334,
            "stop": 1238618339
        },
        {
            "start": 1238618341,
            "stop": 1238618369
        },
        {
            "start": 1238618372,
            "stop": 1238618464
        },
        {
            "start": 1238618465,
            "stop": 1238618467
        },
        {
            "start": 1238618468,
            "stop": 1238618523
        },
        {
            "start": 1238618524,
            "stop": 1238618526
        },
        {
            "start": 1238618527,
            "stop": 1238618542
        },
        {
            "start": 1238618545,
            "stop": 1238618554
        },
        {
            "start": 1238618555,
            "stop": 1238618557
        }
    ]
}