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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=175",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 176,
    "results": [
        {
            "start": 931137968,
            "stop": 931137969
        },
        {
            "start": 931137971,
            "stop": 931137972
        },
        {
            "start": 931137975,
            "stop": 931137989
        },
        {
            "start": 931137990,
            "stop": 931137991
        },
        {
            "start": 931137992,
            "stop": 931137993
        },
        {
            "start": 931137994,
            "stop": 931138001
        },
        {
            "start": 931138003,
            "stop": 931138004
        },
        {
            "start": 931138006,
            "stop": 931138007
        },
        {
            "start": 931138009,
            "stop": 931138010
        },
        {
            "start": 931138013,
            "stop": 931138014
        },
        {
            "start": 931138018,
            "stop": 931138021
        },
        {
            "start": 931138023,
            "stop": 931138025
        },
        {
            "start": 931138031,
            "stop": 931138036
        },
        {
            "start": 931138037,
            "stop": 931138038
        },
        {
            "start": 931138039,
            "stop": 931138043
        },
        {
            "start": 931138045,
            "stop": 931138046
        },
        {
            "start": 931138048,
            "stop": 931138049
        },
        {
            "start": 931138054,
            "stop": 931138056
        },
        {
            "start": 931138057,
            "stop": 931138059
        },
        {
            "start": 931138061,
            "stop": 931138064
        }
    ]
}