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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40565",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40563",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40564,
    "results": [
        {
            "start": 874840678,
            "stop": 874840689
        },
        {
            "start": 874840691,
            "stop": 874840782
        },
        {
            "start": 874840783,
            "stop": 874840849
        },
        {
            "start": 874840850,
            "stop": 874840867
        },
        {
            "start": 874840869,
            "stop": 874840892
        },
        {
            "start": 874840893,
            "stop": 874840954
        },
        {
            "start": 874840955,
            "stop": 874840984
        },
        {
            "start": 874840985,
            "stop": 874841002
        },
        {
            "start": 874841003,
            "stop": 874841045
        },
        {
            "start": 874841047,
            "stop": 874841130
        },
        {
            "start": 874841131,
            "stop": 874841160
        },
        {
            "start": 874841280,
            "stop": 874841359
        },
        {
            "start": 874841361,
            "stop": 874841392
        },
        {
            "start": 874841393,
            "stop": 874841496
        },
        {
            "start": 874841497,
            "stop": 874841557
        },
        {
            "start": 874841558,
            "stop": 874841597
        },
        {
            "start": 874841598,
            "stop": 874841636
        },
        {
            "start": 874841638,
            "stop": 874841737
        },
        {
            "start": 874841738,
            "stop": 874841769
        },
        {
            "start": 874841770,
            "stop": 874841906
        }
    ]
}