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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=279",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=277",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 278,
    "results": [
        {
            "start": 931167605,
            "stop": 931167607
        },
        {
            "start": 931167609,
            "stop": 931167611
        },
        {
            "start": 931167614,
            "stop": 931167615
        },
        {
            "start": 931167621,
            "stop": 931167623
        },
        {
            "start": 931167624,
            "stop": 931167625
        },
        {
            "start": 931167628,
            "stop": 931167630
        },
        {
            "start": 931167631,
            "stop": 931167633
        },
        {
            "start": 931167634,
            "stop": 931167635
        },
        {
            "start": 931167638,
            "stop": 931167642
        },
        {
            "start": 931167644,
            "stop": 931167649
        },
        {
            "start": 931167651,
            "stop": 931167652
        },
        {
            "start": 931167653,
            "stop": 931167654
        },
        {
            "start": 931167655,
            "stop": 931167659
        },
        {
            "start": 931167662,
            "stop": 931167663
        },
        {
            "start": 931167668,
            "stop": 931167669
        },
        {
            "start": 931167670,
            "stop": 931167671
        },
        {
            "start": 931167672,
            "stop": 931167676
        },
        {
            "start": 931167678,
            "stop": 931167680
        },
        {
            "start": 931167682,
            "stop": 931167683
        },
        {
            "start": 931167685,
            "stop": 931167686
        }
    ]
}