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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=47",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 48,
    "results": [
        {
            "start": 931370938,
            "stop": 931371039
        },
        {
            "start": 931371056,
            "stop": 931371093
        },
        {
            "start": 931371111,
            "stop": 931371175
        },
        {
            "start": 931371193,
            "stop": 931371215
        },
        {
            "start": 931371287,
            "stop": 931371296
        },
        {
            "start": 931371347,
            "stop": 931371357
        },
        {
            "start": 931371376,
            "stop": 931371387
        },
        {
            "start": 931371415,
            "stop": 931371417
        },
        {
            "start": 931371420,
            "stop": 931371431
        },
        {
            "start": 931371463,
            "stop": 931371470
        },
        {
            "start": 931371499,
            "stop": 931371503
        },
        {
            "start": 931371524,
            "stop": 931371527
        },
        {
            "start": 931371545,
            "stop": 931371564
        },
        {
            "start": 931371582,
            "stop": 931371584
        },
        {
            "start": 931371654,
            "stop": 931371656
        },
        {
            "start": 931371659,
            "stop": 931371661
        },
        {
            "start": 931371689,
            "stop": 931371702
        },
        {
            "start": 931371704,
            "stop": 931371716
        },
        {
            "start": 931371719,
            "stop": 931371731
        },
        {
            "start": 931371735,
            "stop": 931371747
        }
    ]
}