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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=187",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 188,
    "results": [
        {
            "start": 1384964352,
            "stop": 1384968800
        },
        {
            "start": 1384968805,
            "stop": 1384969635
        },
        {
            "start": 1384977238,
            "stop": 1384977404
        },
        {
            "start": 1384977407,
            "stop": 1384977411
        },
        {
            "start": 1384977416,
            "stop": 1384981269
        },
        {
            "start": 1384981272,
            "stop": 1384988570
        },
        {
            "start": 1384988575,
            "stop": 1384991317
        },
        {
            "start": 1384991322,
            "stop": 1384996628
        },
        {
            "start": 1384996631,
            "stop": 1385005421
        },
        {
            "start": 1385005426,
            "stop": 1385005713
        },
        {
            "start": 1385005718,
            "stop": 1385006850
        },
        {
            "start": 1385006855,
            "stop": 1385014789
        },
        {
            "start": 1385014794,
            "stop": 1385019324
        },
        {
            "start": 1385019329,
            "stop": 1385019609
        },
        {
            "start": 1385019614,
            "stop": 1385047427
        },
        {
            "start": 1385047430,
            "stop": 1385052390
        },
        {
            "start": 1385052393,
            "stop": 1385054773
        },
        {
            "start": 1385060905,
            "stop": 1385064021
        },
        {
            "start": 1385064026,
            "stop": 1385065110
        },
        {
            "start": 1385065115,
            "stop": 1385067922
        }
    ]
}