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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2426",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2427,
    "results": [
        {
            "start": 873749590,
            "stop": 873750120
        },
        {
            "start": 873750180,
            "stop": 873750650
        },
        {
            "start": 873750790,
            "stop": 873752400
        },
        {
            "start": 873753060,
            "stop": 873756290
        },
        {
            "start": 873756453,
            "stop": 873756470
        },
        {
            "start": 873756550,
            "stop": 873757740
        },
        {
            "start": 873757860,
            "stop": 873759311
        },
        {
            "start": 873760474,
            "stop": 873764370
        },
        {
            "start": 873764520,
            "stop": 873764635
        },
        {
            "start": 873764652,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873773386
        },
        {
            "start": 873773403,
            "stop": 873775862
        },
        {
            "start": 873775900,
            "stop": 873778919
        },
        {
            "start": 873778936,
            "stop": 873784348
        },
        {
            "start": 873784364,
            "stop": 873784757
        },
        {
            "start": 873784765,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786319
        },
        {
            "start": 873786656,
            "stop": 873786660
        },
        {
            "start": 873786780,
            "stop": 873786960
        },
        {
            "start": 873787080,
            "stop": 873787320
        }
    ]
}