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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=11",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 12,
    "results": [
        {
            "start": 932444851,
            "stop": 932463579
        },
        {
            "start": 932465416,
            "stop": 932466843
        },
        {
            "start": 932470756,
            "stop": 932486864
        },
        {
            "start": 932492038,
            "stop": 932494703
        },
        {
            "start": 932495918,
            "stop": 932496394
        },
        {
            "start": 932498631,
            "stop": 932504557
        },
        {
            "start": 932505817,
            "stop": 932509776
        },
        {
            "start": 932509782,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932522155
        },
        {
            "start": 932524282,
            "stop": 932525110
        },
        {
            "start": 932526160,
            "stop": 932529470
        },
        {
            "start": 932530779,
            "stop": 932537222
        },
        {
            "start": 932540797,
            "stop": 932547395
        },
        {
            "start": 932550889,
            "stop": 932559477
        },
        {
            "start": 932562483,
            "stop": 932566281
        },
        {
            "start": 932587098,
            "stop": 932592785
        },
        {
            "start": 932594634,
            "stop": 932601503
        },
        {
            "start": 932603799,
            "stop": 932611770
        },
        {
            "start": 932616154,
            "stop": 932619001
        },
        {
            "start": 932619581,
            "stop": 932623729
        }
    ]
}