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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=108",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 109,
    "results": [
        {
            "start": 952927178,
            "stop": 952934726
        },
        {
            "start": 952934799,
            "stop": 952952272
        },
        {
            "start": 952959672,
            "stop": 952963929
        },
        {
            "start": 952967822,
            "stop": 952974805
        },
        {
            "start": 952976569,
            "stop": 952980224
        },
        {
            "start": 952982242,
            "stop": 952983590
        },
        {
            "start": 952988414,
            "stop": 953016059
        },
        {
            "start": 953021644,
            "stop": 953050399
        },
        {
            "start": 953059160,
            "stop": 953061260
        },
        {
            "start": 953062634,
            "stop": 953069164
        },
        {
            "start": 953070658,
            "stop": 953072766
        },
        {
            "start": 953075613,
            "stop": 953076132
        },
        {
            "start": 953079031,
            "stop": 953096997
        },
        {
            "start": 953100702,
            "stop": 953115826
        },
        {
            "start": 953124698,
            "stop": 953129499
        },
        {
            "start": 953136629,
            "stop": 953141166
        },
        {
            "start": 953143380,
            "stop": 953153421
        },
        {
            "start": 953155477,
            "stop": 953155806
        },
        {
            "start": 953157362,
            "stop": 953159885
        },
        {
            "start": 953162233,
            "stop": 953180965
        }
    ]
}