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_CW_CAT1/segments?format=api&page=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=105",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 106,
    "results": [
        {
            "start": 952457548,
            "stop": 952457551
        },
        {
            "start": 952457553,
            "stop": 952457691
        },
        {
            "start": 952457694,
            "stop": 952457709
        },
        {
            "start": 952457713,
            "stop": 952457719
        },
        {
            "start": 952457726,
            "stop": 952457732
        },
        {
            "start": 952457735,
            "stop": 952458122
        },
        {
            "start": 952458126,
            "stop": 952458163
        },
        {
            "start": 952458169,
            "stop": 952458385
        },
        {
            "start": 952458388,
            "stop": 952461104
        },
        {
            "start": 952478982,
            "stop": 952482513
        },
        {
            "start": 952499821,
            "stop": 952513064
        },
        {
            "start": 952517590,
            "stop": 952520162
        },
        {
            "start": 952522276,
            "stop": 952544873
        },
        {
            "start": 952545407,
            "stop": 952553427
        },
        {
            "start": 952556487,
            "stop": 952566042
        },
        {
            "start": 952594296,
            "stop": 952595443
        },
        {
            "start": 952597799,
            "stop": 952601438
        },
        {
            "start": 952603580,
            "stop": 952614715
        },
        {
            "start": 952617757,
            "stop": 952640950
        },
        {
            "start": 952643611,
            "stop": 952657359
        }
    ]
}