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=300
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=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=299",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 300,
    "results": [
        {
            "start": 858805053,
            "stop": 858805068
        },
        {
            "start": 858805072,
            "stop": 858805087
        },
        {
            "start": 858805091,
            "stop": 858805121
        },
        {
            "start": 858810836,
            "stop": 858810903
        },
        {
            "start": 858810906,
            "stop": 858810927
        },
        {
            "start": 858810932,
            "stop": 858810937
        },
        {
            "start": 858810954,
            "stop": 858810994
        },
        {
            "start": 858811003,
            "stop": 858811004
        },
        {
            "start": 858811048,
            "stop": 858811112
        },
        {
            "start": 858811121,
            "stop": 858811143
        },
        {
            "start": 858811147,
            "stop": 858811175
        },
        {
            "start": 858811179,
            "stop": 858811233
        },
        {
            "start": 858811237,
            "stop": 858811242
        },
        {
            "start": 858811246,
            "stop": 858811257
        },
        {
            "start": 858811261,
            "stop": 858811300
        },
        {
            "start": 858811309,
            "stop": 858811315
        },
        {
            "start": 858811329,
            "stop": 858811334
        },
        {
            "start": 858811338,
            "stop": 858811343
        },
        {
            "start": 858811358,
            "stop": 858811394
        },
        {
            "start": 858811412,
            "stop": 858811422
        }
    ]
}