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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=103",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 104,
    "results": [
        {
            "start": 931536201,
            "stop": 931536216
        },
        {
            "start": 931536222,
            "stop": 931536224
        },
        {
            "start": 931536244,
            "stop": 931536247
        },
        {
            "start": 931536255,
            "stop": 931536256
        },
        {
            "start": 931536288,
            "stop": 931536293
        },
        {
            "start": 931536315,
            "stop": 931536326
        },
        {
            "start": 931536338,
            "stop": 931536341
        },
        {
            "start": 931536348,
            "stop": 931536375
        },
        {
            "start": 931536387,
            "stop": 931536479
        },
        {
            "start": 931536485,
            "stop": 931536490
        },
        {
            "start": 931536496,
            "stop": 931536505
        },
        {
            "start": 931536515,
            "stop": 931536538
        },
        {
            "start": 931536543,
            "stop": 931536544
        },
        {
            "start": 931536549,
            "stop": 931536552
        },
        {
            "start": 931536559,
            "stop": 931536602
        },
        {
            "start": 931536642,
            "stop": 931536643
        },
        {
            "start": 931536649,
            "stop": 931536665
        },
        {
            "start": 931536677,
            "stop": 931536680
        },
        {
            "start": 931536699,
            "stop": 931536704
        },
        {
            "start": 931536735,
            "stop": 931536736
        }
    ]
}