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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=298",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 299,
    "results": [
        {
            "start": 852212160,
            "stop": 852212176
        },
        {
            "start": 852212179,
            "stop": 852212185
        },
        {
            "start": 852212199,
            "stop": 852212214
        },
        {
            "start": 852212233,
            "stop": 852212247
        },
        {
            "start": 852212256,
            "stop": 852212276
        },
        {
            "start": 852212290,
            "stop": 852212296
        },
        {
            "start": 852212342,
            "stop": 852212347
        },
        {
            "start": 852212356,
            "stop": 852212372
        },
        {
            "start": 852212380,
            "stop": 852212386
        },
        {
            "start": 852212442,
            "stop": 852212448
        },
        {
            "start": 852212452,
            "stop": 852212462
        },
        {
            "start": 852212485,
            "stop": 852212490
        },
        {
            "start": 852246896,
            "stop": 852249096
        },
        {
            "start": 852249100,
            "stop": 852249130
        },
        {
            "start": 852249139,
            "stop": 852249942
        },
        {
            "start": 852249946,
            "stop": 852257286
        },
        {
            "start": 852257290,
            "stop": 852257496
        },
        {
            "start": 852257501,
            "stop": 852257516
        },
        {
            "start": 852257525,
            "stop": 852257569
        },
        {
            "start": 852257593,
            "stop": 852257618
        }
    ]
}