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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=173",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 174,
    "results": [
        {
            "start": 931137719,
            "stop": 931137731
        },
        {
            "start": 931137732,
            "stop": 931137733
        },
        {
            "start": 931137739,
            "stop": 931137743
        },
        {
            "start": 931137744,
            "stop": 931137752
        },
        {
            "start": 931137754,
            "stop": 931137755
        },
        {
            "start": 931137758,
            "stop": 931137766
        },
        {
            "start": 931137767,
            "stop": 931137770
        },
        {
            "start": 931137778,
            "stop": 931137781
        },
        {
            "start": 931137788,
            "stop": 931137789
        },
        {
            "start": 931137791,
            "stop": 931137792
        },
        {
            "start": 931137799,
            "stop": 931137802
        },
        {
            "start": 931137803,
            "stop": 931137805
        },
        {
            "start": 931137812,
            "stop": 931137816
        },
        {
            "start": 931137818,
            "stop": 931137819
        },
        {
            "start": 931137823,
            "stop": 931137824
        },
        {
            "start": 931137825,
            "stop": 931137826
        },
        {
            "start": 931137831,
            "stop": 931137835
        },
        {
            "start": 931137840,
            "stop": 931137841
        },
        {
            "start": 931137851,
            "stop": 931137852
        },
        {
            "start": 931137854,
            "stop": 931137862
        }
    ]
}