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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=92",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 93,
    "results": [
        {
            "start": 818618340,
            "stop": 818618820
        },
        {
            "start": 818619000,
            "stop": 818619133
        },
        {
            "start": 818619189,
            "stop": 818619191
        },
        {
            "start": 818621618,
            "stop": 818623680
        },
        {
            "start": 818623740,
            "stop": 818625480
        },
        {
            "start": 818625540,
            "stop": 818625600
        },
        {
            "start": 818625660,
            "stop": 818625840
        },
        {
            "start": 818625900,
            "stop": 818626560
        },
        {
            "start": 818626620,
            "stop": 818627520
        },
        {
            "start": 818627580,
            "stop": 818629320
        },
        {
            "start": 818629380,
            "stop": 818629440
        },
        {
            "start": 818629500,
            "stop": 818629740
        },
        {
            "start": 818629800,
            "stop": 818629920
        },
        {
            "start": 818629980,
            "stop": 818630040
        },
        {
            "start": 818630100,
            "stop": 818630220
        },
        {
            "start": 818630400,
            "stop": 818630640
        },
        {
            "start": 818630700,
            "stop": 818631120
        },
        {
            "start": 818631180,
            "stop": 818632140
        },
        {
            "start": 818632260,
            "stop": 818632320
        },
        {
            "start": 818632620,
            "stop": 818632680
        }
    ]
}