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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=33",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 34,
    "results": [
        {
            "start": 931250640,
            "stop": 931250849
        },
        {
            "start": 931250854,
            "stop": 931251007
        },
        {
            "start": 931251010,
            "stop": 931251326
        },
        {
            "start": 931251328,
            "stop": 931251341
        },
        {
            "start": 931251343,
            "stop": 931251355
        },
        {
            "start": 931251358,
            "stop": 931251371
        },
        {
            "start": 931251373,
            "stop": 931251385
        },
        {
            "start": 931251388,
            "stop": 931251401
        },
        {
            "start": 931251403,
            "stop": 931251446
        },
        {
            "start": 931251448,
            "stop": 931251461
        },
        {
            "start": 931251463,
            "stop": 931251475
        },
        {
            "start": 931251479,
            "stop": 931251491
        },
        {
            "start": 931251494,
            "stop": 931251505
        },
        {
            "start": 931251508,
            "stop": 931251520
        },
        {
            "start": 931251524,
            "stop": 931251551
        },
        {
            "start": 931251553,
            "stop": 931251615
        },
        {
            "start": 931251975,
            "stop": 931252045
        },
        {
            "start": 931252048,
            "stop": 931252538
        },
        {
            "start": 931257335,
            "stop": 931258815
        },
        {
            "start": 931259175,
            "stop": 931259539
        }
    ]
}