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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=106",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 107,
    "results": [
        {
            "start": 931736916,
            "stop": 931736923
        },
        {
            "start": 931736969,
            "stop": 931736981
        },
        {
            "start": 931737047,
            "stop": 931737088
        },
        {
            "start": 931737105,
            "stop": 931737313
        },
        {
            "start": 931737330,
            "stop": 931737361
        },
        {
            "start": 931737363,
            "stop": 931737409
        },
        {
            "start": 931737427,
            "stop": 931737437
        },
        {
            "start": 931737455,
            "stop": 931737510
        },
        {
            "start": 931737582,
            "stop": 931737594
        },
        {
            "start": 931737975,
            "stop": 931738130
        },
        {
            "start": 931738159,
            "stop": 931738258
        },
        {
            "start": 931738276,
            "stop": 931738379
        },
        {
            "start": 931738404,
            "stop": 931738557
        },
        {
            "start": 931738575,
            "stop": 931738661
        },
        {
            "start": 931738687,
            "stop": 931738725
        },
        {
            "start": 931738744,
            "stop": 931738802
        },
        {
            "start": 931738819,
            "stop": 931738824
        },
        {
            "start": 931738931,
            "stop": 931738942
        },
        {
            "start": 931738981,
            "stop": 931739002
        },
        {
            "start": 931739034,
            "stop": 931739156
        }
    ]
}