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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api",
    "results_count": 953,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 2,
    "results": [
        {
            "start": 1396933449,
            "stop": 1396987818
        },
        {
            "start": 1397001846,
            "stop": 1397045864
        },
        {
            "start": 1397050342,
            "stop": 1397068369
        },
        {
            "start": 1397070241,
            "stop": 1397143403
        },
        {
            "start": 1397148942,
            "stop": 1397164870
        },
        {
            "start": 1397171498,
            "stop": 1397172189
        },
        {
            "start": 1397181332,
            "stop": 1397184187
        },
        {
            "start": 1397184557,
            "stop": 1397184598
        },
        {
            "start": 1397185147,
            "stop": 1397185372
        },
        {
            "start": 1397196003,
            "stop": 1397223999
        },
        {
            "start": 1397232636,
            "stop": 1397244454
        },
        {
            "start": 1397244615,
            "stop": 1397252216
        },
        {
            "start": 1397252301,
            "stop": 1397259366
        },
        {
            "start": 1397259602,
            "stop": 1397259623
        },
        {
            "start": 1397267320,
            "stop": 1397268750
        },
        {
            "start": 1397278513,
            "stop": 1397291015
        },
        {
            "start": 1397294946,
            "stop": 1397307701
        },
        {
            "start": 1397337886,
            "stop": 1397338623
        },
        {
            "start": 1397345715,
            "stop": 1397345983
        },
        {
            "start": 1397359602,
            "stop": 1397370169
        }
    ]
}