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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=109",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 110,
    "results": [
        {
            "start": 931746035,
            "stop": 931746052
        },
        {
            "start": 931746076,
            "stop": 931746079
        },
        {
            "start": 931746121,
            "stop": 931746142
        },
        {
            "start": 931746164,
            "stop": 931746238
        },
        {
            "start": 931746269,
            "stop": 931746342
        },
        {
            "start": 931746344,
            "stop": 931746460
        },
        {
            "start": 931746478,
            "stop": 931746750
        },
        {
            "start": 931746768,
            "stop": 931746975
        },
        {
            "start": 931747007,
            "stop": 931747098
        },
        {
            "start": 931747101,
            "stop": 931747211
        },
        {
            "start": 931747229,
            "stop": 931747235
        },
        {
            "start": 931747252,
            "stop": 931747325
        },
        {
            "start": 931747373,
            "stop": 931747386
        },
        {
            "start": 931747420,
            "stop": 931747423
        },
        {
            "start": 931747465,
            "stop": 931747466
        },
        {
            "start": 931747483,
            "stop": 931747578
        },
        {
            "start": 931747595,
            "stop": 931747614
        },
        {
            "start": 931747637,
            "stop": 931747700
        },
        {
            "start": 931747717,
            "stop": 931747821
        },
        {
            "start": 931747839,
            "stop": 931747886
        }
    ]
}