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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=243",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 244,
    "results": [
        {
            "start": 820902904,
            "stop": 820903381
        },
        {
            "start": 820903388,
            "stop": 820904142
        },
        {
            "start": 820904150,
            "stop": 820905237
        },
        {
            "start": 820905244,
            "stop": 820905485
        },
        {
            "start": 820905492,
            "stop": 820905701
        },
        {
            "start": 820905708,
            "stop": 820906153
        },
        {
            "start": 820906160,
            "stop": 820906864
        },
        {
            "start": 820906872,
            "stop": 820906959
        },
        {
            "start": 820906967,
            "stop": 820906980
        },
        {
            "start": 820906987,
            "stop": 820907159
        },
        {
            "start": 820907167,
            "stop": 820907268
        },
        {
            "start": 820907275,
            "stop": 820907981
        },
        {
            "start": 820907988,
            "stop": 820908331
        },
        {
            "start": 820908339,
            "stop": 820908450
        },
        {
            "start": 820908457,
            "stop": 820908889
        },
        {
            "start": 820908896,
            "stop": 820909057
        },
        {
            "start": 820909064,
            "stop": 820909298
        },
        {
            "start": 820909305,
            "stop": 820909861
        },
        {
            "start": 820910038,
            "stop": 820910271
        },
        {
            "start": 820910279,
            "stop": 820910305
        }
    ]
}