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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=45",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46,
    "results": [
        {
            "start": 816172045,
            "stop": 816172167
        },
        {
            "start": 816172171,
            "stop": 816172223
        },
        {
            "start": 816172226,
            "stop": 816172351
        },
        {
            "start": 816172355,
            "stop": 816172356
        },
        {
            "start": 816172359,
            "stop": 816172365
        },
        {
            "start": 816172368,
            "stop": 816172475
        },
        {
            "start": 816172479,
            "stop": 816172500
        },
        {
            "start": 816172503,
            "stop": 816172515
        },
        {
            "start": 816172518,
            "stop": 816172672
        },
        {
            "start": 816172676,
            "stop": 816172791
        },
        {
            "start": 816172794,
            "stop": 816173099
        },
        {
            "start": 816173102,
            "stop": 816173254
        },
        {
            "start": 816173257,
            "stop": 816173393
        },
        {
            "start": 816173396,
            "stop": 816173433
        },
        {
            "start": 816173436,
            "stop": 816173529
        },
        {
            "start": 816173532,
            "stop": 816173566
        },
        {
            "start": 816173569,
            "stop": 816173752
        },
        {
            "start": 816173755,
            "stop": 816173793
        },
        {
            "start": 816173796,
            "stop": 816173836
        },
        {
            "start": 816173840,
            "stop": 816173962
        }
    ]
}