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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6304",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6305,
    "results": [
        {
            "start": 873172446,
            "stop": 873172655
        },
        {
            "start": 873172656,
            "stop": 873172708
        },
        {
            "start": 873172709,
            "stop": 873172800
        },
        {
            "start": 873172801,
            "stop": 873172871
        },
        {
            "start": 873172872,
            "stop": 873173101
        },
        {
            "start": 873173103,
            "stop": 873173323
        },
        {
            "start": 873173324,
            "stop": 873173346
        },
        {
            "start": 873173347,
            "stop": 873173735
        },
        {
            "start": 873173737,
            "stop": 873173758
        },
        {
            "start": 873173759,
            "stop": 873173818
        },
        {
            "start": 873173819,
            "stop": 873173840
        },
        {
            "start": 873173841,
            "stop": 873173867
        },
        {
            "start": 873173869,
            "stop": 873173907
        },
        {
            "start": 873173908,
            "stop": 873173980
        },
        {
            "start": 873173981,
            "stop": 873174137
        },
        {
            "start": 873174138,
            "stop": 873174337
        },
        {
            "start": 873174338,
            "stop": 873174716
        },
        {
            "start": 873174718,
            "stop": 873175049
        },
        {
            "start": 873175050,
            "stop": 873175427
        },
        {
            "start": 873175429,
            "stop": 873175528
        }
    ]
}