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=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=55",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 56,
    "results": [
        {
            "start": 931374700,
            "stop": 931374702
        },
        {
            "start": 931374707,
            "stop": 931374800
        },
        {
            "start": 931374808,
            "stop": 931374869
        },
        {
            "start": 931374874,
            "stop": 931375104
        },
        {
            "start": 931375110,
            "stop": 931375122
        },
        {
            "start": 931375133,
            "stop": 931375186
        },
        {
            "start": 931375192,
            "stop": 931375199
        },
        {
            "start": 931375205,
            "stop": 931375241
        },
        {
            "start": 931375252,
            "stop": 931375255
        },
        {
            "start": 931375260,
            "stop": 931375493
        },
        {
            "start": 931375498,
            "stop": 931375512
        },
        {
            "start": 931375519,
            "stop": 931375523
        },
        {
            "start": 931375529,
            "stop": 931375537
        },
        {
            "start": 931375547,
            "stop": 931375598
        },
        {
            "start": 931375604,
            "stop": 931375608
        },
        {
            "start": 931375614,
            "stop": 931375683
        },
        {
            "start": 931375689,
            "stop": 931375755
        },
        {
            "start": 931375761,
            "stop": 931375769
        },
        {
            "start": 931375775,
            "stop": 931375807
        },
        {
            "start": 931375814,
            "stop": 931375842
        }
    ]
}