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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4354",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4355,
    "results": [
        {
            "start": 874789235,
            "stop": 874789266
        },
        {
            "start": 874789285,
            "stop": 874789311
        },
        {
            "start": 874789330,
            "stop": 874789383
        },
        {
            "start": 874789402,
            "stop": 874789431
        },
        {
            "start": 874789451,
            "stop": 874789467
        },
        {
            "start": 874789486,
            "stop": 874789487
        },
        {
            "start": 874789515,
            "stop": 874789550
        },
        {
            "start": 874789571,
            "stop": 874789638
        },
        {
            "start": 874789669,
            "stop": 874789721
        },
        {
            "start": 874789762,
            "stop": 874789832
        },
        {
            "start": 874789865,
            "stop": 874789950
        },
        {
            "start": 874789970,
            "stop": 874789972
        },
        {
            "start": 874790103,
            "stop": 874790126
        },
        {
            "start": 874790160,
            "stop": 874790309
        },
        {
            "start": 874790333,
            "stop": 874790341
        },
        {
            "start": 874790360,
            "stop": 874790370
        },
        {
            "start": 874790390,
            "stop": 874790467
        },
        {
            "start": 874790486,
            "stop": 874790496
        },
        {
            "start": 874790515,
            "stop": 874790556
        },
        {
            "start": 874790595,
            "stop": 874790684
        }
    ]
}