Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=401
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=400",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 401,
    "results": [
        {
            "start": 867797133,
            "stop": 867797223
        },
        {
            "start": 867797333,
            "stop": 867797513
        },
        {
            "start": 867797813,
            "stop": 867806239
        },
        {
            "start": 867806304,
            "stop": 867806342
        },
        {
            "start": 867806363,
            "stop": 867815999
        },
        {
            "start": 867816109,
            "stop": 867816248
        },
        {
            "start": 867816548,
            "stop": 867820860
        },
        {
            "start": 867820920,
            "stop": 867836854
        },
        {
            "start": 867866913,
            "stop": 867867774
        },
        {
            "start": 867867805,
            "stop": 867876420
        },
        {
            "start": 867876480,
            "stop": 867892404
        },
        {
            "start": 867892426,
            "stop": 867946269
        },
        {
            "start": 867946275,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 867991200
        },
        {
            "start": 867991261,
            "stop": 868022812
        },
        {
            "start": 868022836,
            "stop": 868027860
        },
        {
            "start": 868027941,
            "stop": 868028127
        },
        {
            "start": 868028252,
            "stop": 868036334
        },
        {
            "start": 868036355,
            "stop": 868036358
        },
        {
            "start": 868036377,
            "stop": 868039857
        }
    ]
}