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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 89,
    "results": [
        {
            "start": 1375577561,
            "stop": 1375579950
        },
        {
            "start": 1375579955,
            "stop": 1375583988
        },
        {
            "start": 1375583993,
            "stop": 1375593871
        },
        {
            "start": 1375593876,
            "stop": 1375594081
        },
        {
            "start": 1375594086,
            "stop": 1375598825
        },
        {
            "start": 1375603943,
            "stop": 1375605685
        },
        {
            "start": 1375605690,
            "stop": 1375606250
        },
        {
            "start": 1375606253,
            "stop": 1375610058
        },
        {
            "start": 1375614170,
            "stop": 1375615640
        },
        {
            "start": 1375615645,
            "stop": 1375620589
        },
        {
            "start": 1375620594,
            "stop": 1375622572
        },
        {
            "start": 1375622575,
            "stop": 1375631479
        },
        {
            "start": 1375663775,
            "stop": 1375665191
        },
        {
            "start": 1375665196,
            "stop": 1375674493
        },
        {
            "start": 1375674629,
            "stop": 1375685134
        },
        {
            "start": 1375685139,
            "stop": 1375686321
        },
        {
            "start": 1375693847,
            "stop": 1375704358
        },
        {
            "start": 1375704363,
            "stop": 1375706566
        },
        {
            "start": 1375706569,
            "stop": 1375716619
        },
        {
            "start": 1375716624,
            "stop": 1375717345
        }
    ]
}