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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=111",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 112,
    "results": [
        {
            "start": 931758359,
            "stop": 931758384
        },
        {
            "start": 931758402,
            "stop": 931758408
        },
        {
            "start": 931758476,
            "stop": 931758607
        },
        {
            "start": 931758625,
            "stop": 931758857
        },
        {
            "start": 931758877,
            "stop": 931758908
        },
        {
            "start": 931758926,
            "stop": 931759000
        },
        {
            "start": 931759018,
            "stop": 931759020
        },
        {
            "start": 931759056,
            "stop": 931759076
        },
        {
            "start": 931759094,
            "stop": 931759108
        },
        {
            "start": 931759126,
            "stop": 931759211
        },
        {
            "start": 931759575,
            "stop": 931759588
        },
        {
            "start": 931759605,
            "stop": 931759616
        },
        {
            "start": 931759633,
            "stop": 931759672
        },
        {
            "start": 931759675,
            "stop": 931759841
        },
        {
            "start": 931759864,
            "stop": 931759933
        },
        {
            "start": 931759955,
            "stop": 931760330
        },
        {
            "start": 931760352,
            "stop": 931760370
        },
        {
            "start": 931760387,
            "stop": 931760389
        },
        {
            "start": 931760416,
            "stop": 931760508
        },
        {
            "start": 931760540,
            "stop": 931760564
        }
    ]
}