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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=41",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 42,
    "results": [
        {
            "start": 931347323,
            "stop": 931347467
        },
        {
            "start": 931347485,
            "stop": 931347722
        },
        {
            "start": 931347740,
            "stop": 931347754
        },
        {
            "start": 931347795,
            "stop": 931347799
        },
        {
            "start": 931347817,
            "stop": 931347836
        },
        {
            "start": 931347854,
            "stop": 931347951
        },
        {
            "start": 931347972,
            "stop": 931348005
        },
        {
            "start": 931348023,
            "stop": 931348032
        },
        {
            "start": 931348062,
            "stop": 931348066
        },
        {
            "start": 931348103,
            "stop": 931348153
        },
        {
            "start": 931348171,
            "stop": 931348193
        },
        {
            "start": 931348196,
            "stop": 931348239
        },
        {
            "start": 931348286,
            "stop": 931348325
        },
        {
            "start": 931348344,
            "stop": 931348360
        },
        {
            "start": 931348377,
            "stop": 931348426
        },
        {
            "start": 931348444,
            "stop": 931348520
        },
        {
            "start": 931348537,
            "stop": 931348540
        },
        {
            "start": 931348571,
            "stop": 931348589
        },
        {
            "start": 931348593,
            "stop": 931348674
        },
        {
            "start": 931348692,
            "stop": 931348708
        }
    ]
}