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/S6/timelines/H1_CW_CAT1/segments?format=api&page=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=198",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 199,
    "results": [
        {
            "start": 956908479,
            "stop": 956908489
        },
        {
            "start": 956908494,
            "stop": 956908540
        },
        {
            "start": 956908545,
            "stop": 956908594
        },
        {
            "start": 956908597,
            "stop": 956908605
        },
        {
            "start": 956908613,
            "stop": 956908617
        },
        {
            "start": 956908622,
            "stop": 956908681
        },
        {
            "start": 956908684,
            "stop": 956908761
        },
        {
            "start": 956908764,
            "stop": 956908895
        },
        {
            "start": 956908899,
            "stop": 956908964
        },
        {
            "start": 956908967,
            "stop": 956908973
        },
        {
            "start": 956908980,
            "stop": 956909017
        },
        {
            "start": 956909019,
            "stop": 956909030
        },
        {
            "start": 956909033,
            "stop": 956909044
        },
        {
            "start": 956909047,
            "stop": 956909095
        },
        {
            "start": 956909102,
            "stop": 956909112
        },
        {
            "start": 956909115,
            "stop": 956909121
        },
        {
            "start": 956909124,
            "stop": 956909146
        },
        {
            "start": 956909149,
            "stop": 956909151
        },
        {
            "start": 956909154,
            "stop": 956909155
        },
        {
            "start": 956909174,
            "stop": 956909226
        }
    ]
}