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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=981",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=979",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 980,
    "results": [
        {
            "start": 1251721193,
            "stop": 1251721265
        },
        {
            "start": 1251721270,
            "stop": 1251721287
        },
        {
            "start": 1251724365,
            "stop": 1251724523
        },
        {
            "start": 1251724528,
            "stop": 1251724682
        },
        {
            "start": 1251724687,
            "stop": 1251724691
        },
        {
            "start": 1251724695,
            "stop": 1251724717
        },
        {
            "start": 1251724722,
            "stop": 1251724816
        },
        {
            "start": 1251724821,
            "stop": 1251724826
        },
        {
            "start": 1251724830,
            "stop": 1251724888
        },
        {
            "start": 1251724892,
            "stop": 1251724988
        },
        {
            "start": 1251724993,
            "stop": 1251725096
        },
        {
            "start": 1251725100,
            "stop": 1251725364
        },
        {
            "start": 1251725369,
            "stop": 1251725663
        },
        {
            "start": 1251725666,
            "stop": 1251725918
        },
        {
            "start": 1251725922,
            "stop": 1251725927
        },
        {
            "start": 1251725932,
            "stop": 1251726379
        },
        {
            "start": 1251726384,
            "stop": 1251726620
        },
        {
            "start": 1251726625,
            "stop": 1251726674
        },
        {
            "start": 1251726679,
            "stop": 1251727520
        },
        {
            "start": 1251727525,
            "stop": 1251727556
        }
    ]
}