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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=240",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 241,
    "results": [
        {
            "start": 959581823,
            "stop": 959581825
        },
        {
            "start": 959581839,
            "stop": 959581898
        },
        {
            "start": 959581901,
            "stop": 959581911
        },
        {
            "start": 959581922,
            "stop": 959581925
        },
        {
            "start": 959581928,
            "stop": 959581930
        },
        {
            "start": 959581935,
            "stop": 959581937
        },
        {
            "start": 959581944,
            "stop": 959581959
        },
        {
            "start": 959581962,
            "stop": 959581967
        },
        {
            "start": 959581970,
            "stop": 959582001
        },
        {
            "start": 959584207,
            "stop": 959584270
        },
        {
            "start": 959588079,
            "stop": 959596437
        },
        {
            "start": 959598412,
            "stop": 959602949
        },
        {
            "start": 959604602,
            "stop": 959618752
        },
        {
            "start": 959622482,
            "stop": 959622520
        },
        {
            "start": 959628370,
            "stop": 959636948
        },
        {
            "start": 959640731,
            "stop": 959648316
        },
        {
            "start": 959659478,
            "stop": 959715734
        },
        {
            "start": 959720253,
            "stop": 959725975
        },
        {
            "start": 959729814,
            "stop": 959730027
        },
        {
            "start": 959732833,
            "stop": 959734568
        }
    ]
}