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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1299",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1300,
    "results": [
        {
            "start": 961006153,
            "stop": 961011105
        },
        {
            "start": 961012627,
            "stop": 961028887
        },
        {
            "start": 961046215,
            "stop": 961052533
        },
        {
            "start": 961058241,
            "stop": 961070197
        },
        {
            "start": 961073221,
            "stop": 961086132
        },
        {
            "start": 961089258,
            "stop": 961089318
        },
        {
            "start": 961089320,
            "stop": 961089328
        },
        {
            "start": 961089330,
            "stop": 961089333
        },
        {
            "start": 961089335,
            "stop": 961089399
        },
        {
            "start": 961089401,
            "stop": 961089433
        },
        {
            "start": 961089435,
            "stop": 961089568
        },
        {
            "start": 961089570,
            "stop": 961089573
        },
        {
            "start": 961089575,
            "stop": 961089583
        },
        {
            "start": 961089585,
            "stop": 961089614
        },
        {
            "start": 961089616,
            "stop": 961089728
        },
        {
            "start": 961089730,
            "stop": 961089734
        },
        {
            "start": 961089736,
            "stop": 961089856
        },
        {
            "start": 961089858,
            "stop": 961090051
        },
        {
            "start": 961090053,
            "stop": 961090076
        },
        {
            "start": 961090078,
            "stop": 961090179
        }
    ]
}