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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=267",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 268,
    "results": [
        {
            "start": 856439173,
            "stop": 856451136
        },
        {
            "start": 856454285,
            "stop": 856466305
        },
        {
            "start": 856467690,
            "stop": 856471155
        },
        {
            "start": 856472054,
            "stop": 856500878
        },
        {
            "start": 856510165,
            "stop": 856526825
        },
        {
            "start": 856526829,
            "stop": 856527688
        },
        {
            "start": 856528980,
            "stop": 856536408
        },
        {
            "start": 856536891,
            "stop": 856544276
        },
        {
            "start": 856545467,
            "stop": 856547963
        },
        {
            "start": 856547967,
            "stop": 856549968
        },
        {
            "start": 856549972,
            "stop": 856550232
        },
        {
            "start": 856550236,
            "stop": 856550897
        },
        {
            "start": 856550900,
            "stop": 856551672
        },
        {
            "start": 856551676,
            "stop": 856551822
        },
        {
            "start": 856551826,
            "stop": 856551918
        },
        {
            "start": 856551932,
            "stop": 856552081
        },
        {
            "start": 856552085,
            "stop": 856553222
        },
        {
            "start": 856553226,
            "stop": 856571502
        },
        {
            "start": 856573996,
            "stop": 856583590
        },
        {
            "start": 856584052,
            "stop": 856591033
        }
    ]
}