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_CAT3/segments?format=api&page=214
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=213",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 214,
    "results": [
        {
            "start": 820941524,
            "stop": 820941584
        },
        {
            "start": 820941765,
            "stop": 820941985
        },
        {
            "start": 820941992,
            "stop": 820942060
        },
        {
            "start": 820942064,
            "stop": 820942070
        },
        {
            "start": 820942210,
            "stop": 820942375
        },
        {
            "start": 820942379,
            "stop": 820942408
        },
        {
            "start": 820942415,
            "stop": 820942480
        },
        {
            "start": 820942487,
            "stop": 820942499
        },
        {
            "start": 820942503,
            "stop": 820942518
        },
        {
            "start": 820942522,
            "stop": 820942547
        },
        {
            "start": 820942554,
            "stop": 820942750
        },
        {
            "start": 820942754,
            "stop": 820942824
        },
        {
            "start": 820942831,
            "stop": 820942873
        },
        {
            "start": 820965635,
            "stop": 820965652
        },
        {
            "start": 820965660,
            "stop": 820965732
        },
        {
            "start": 820965739,
            "stop": 820966310
        },
        {
            "start": 820966510,
            "stop": 820966568
        },
        {
            "start": 820966698,
            "stop": 820967210
        },
        {
            "start": 820968237,
            "stop": 820968951
        },
        {
            "start": 820968959,
            "stop": 820970758
        }
    ]
}