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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1922",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1920",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1921,
    "results": [
        {
            "start": 1252073520,
            "stop": 1252075141
        },
        {
            "start": 1252075142,
            "stop": 1252075397
        },
        {
            "start": 1252075405,
            "stop": 1252077139
        },
        {
            "start": 1252077141,
            "stop": 1252077234
        },
        {
            "start": 1252077237,
            "stop": 1252078124
        },
        {
            "start": 1252078127,
            "stop": 1252078233
        },
        {
            "start": 1252078241,
            "stop": 1252079200
        },
        {
            "start": 1252079203,
            "stop": 1252081753
        },
        {
            "start": 1252081756,
            "stop": 1252081936
        },
        {
            "start": 1252088808,
            "stop": 1252089057
        },
        {
            "start": 1252089059,
            "stop": 1252089574
        },
        {
            "start": 1252089577,
            "stop": 1252089582
        },
        {
            "start": 1252089585,
            "stop": 1252089977
        },
        {
            "start": 1252089980,
            "stop": 1252090379
        },
        {
            "start": 1252090382,
            "stop": 1252090394
        },
        {
            "start": 1252090397,
            "stop": 1252090563
        },
        {
            "start": 1252090566,
            "stop": 1252091402
        },
        {
            "start": 1252091405,
            "stop": 1252091835
        },
        {
            "start": 1252091836,
            "stop": 1252092126
        },
        {
            "start": 1252092128,
            "stop": 1252092669
        }
    ]
}