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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=251",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 252,
    "results": [
        {
            "start": 931164615,
            "stop": 931164618
        },
        {
            "start": 931164620,
            "stop": 931164621
        },
        {
            "start": 931164623,
            "stop": 931164625
        },
        {
            "start": 931164630,
            "stop": 931164631
        },
        {
            "start": 931164633,
            "stop": 931164636
        },
        {
            "start": 931164637,
            "stop": 931164646
        },
        {
            "start": 931164647,
            "stop": 931164648
        },
        {
            "start": 931164650,
            "stop": 931164652
        },
        {
            "start": 931164655,
            "stop": 931164665
        },
        {
            "start": 931164667,
            "stop": 931164669
        },
        {
            "start": 931164670,
            "stop": 931164671
        },
        {
            "start": 931164674,
            "stop": 931164677
        },
        {
            "start": 931164678,
            "stop": 931164679
        },
        {
            "start": 931164683,
            "stop": 931164685
        },
        {
            "start": 931164687,
            "stop": 931164689
        },
        {
            "start": 931164693,
            "stop": 931164694
        },
        {
            "start": 931164695,
            "stop": 931164696
        },
        {
            "start": 931164697,
            "stop": 931164699
        },
        {
            "start": 931164703,
            "stop": 931164704
        },
        {
            "start": 931164706,
            "stop": 931164709
        }
    ]
}