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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=300",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 301,
    "results": [
        {
            "start": 931543682,
            "stop": 931543688
        },
        {
            "start": 931543691,
            "stop": 931543696
        },
        {
            "start": 931543698,
            "stop": 931543729
        },
        {
            "start": 931543731,
            "stop": 931543735
        },
        {
            "start": 931543739,
            "stop": 931543743
        },
        {
            "start": 931543745,
            "stop": 931543750
        },
        {
            "start": 931543752,
            "stop": 931543759
        },
        {
            "start": 931543760,
            "stop": 931543785
        },
        {
            "start": 931543787,
            "stop": 931543788
        },
        {
            "start": 931543789,
            "stop": 931543795
        },
        {
            "start": 931543798,
            "stop": 931543829
        },
        {
            "start": 931543830,
            "stop": 931543832
        },
        {
            "start": 931543834,
            "stop": 931543852
        },
        {
            "start": 931543854,
            "stop": 931543858
        },
        {
            "start": 931543860,
            "stop": 931543866
        },
        {
            "start": 931543868,
            "stop": 931543886
        },
        {
            "start": 931543888,
            "stop": 931543891
        },
        {
            "start": 931543895,
            "stop": 931543900
        },
        {
            "start": 931543902,
            "stop": 931543917
        },
        {
            "start": 931543918,
            "stop": 931543922
        }
    ]
}