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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=185",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 186,
    "results": [
        {
            "start": 1420350797,
            "stop": 1420353028
        },
        {
            "start": 1420353033,
            "stop": 1420353072
        },
        {
            "start": 1420353080,
            "stop": 1420354130
        },
        {
            "start": 1420354131,
            "stop": 1420357098
        },
        {
            "start": 1420357099,
            "stop": 1420358047
        },
        {
            "start": 1420358048,
            "stop": 1420360810
        },
        {
            "start": 1420360811,
            "stop": 1420363853
        },
        {
            "start": 1420363912,
            "stop": 1420372980
        },
        {
            "start": 1420372985,
            "stop": 1420373964
        },
        {
            "start": 1420373966,
            "stop": 1420374349
        },
        {
            "start": 1420374350,
            "stop": 1420374364
        },
        {
            "start": 1420374368,
            "stop": 1420391604
        },
        {
            "start": 1420391606,
            "stop": 1420395190
        },
        {
            "start": 1420395258,
            "stop": 1420395600
        },
        {
            "start": 1420395608,
            "stop": 1420396954
        },
        {
            "start": 1420396955,
            "stop": 1420398497
        },
        {
            "start": 1420398499,
            "stop": 1420399936
        },
        {
            "start": 1420399938,
            "stop": 1420411558
        },
        {
            "start": 1420411560,
            "stop": 1420413031
        },
        {
            "start": 1420413033,
            "stop": 1420413860
        }
    ]
}