Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=24",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 25,
    "results": [
        {
            "start": 931137876,
            "stop": 931137877
        },
        {
            "start": 931137879,
            "stop": 931137880
        },
        {
            "start": 931137884,
            "stop": 931137885
        },
        {
            "start": 931137889,
            "stop": 931137890
        },
        {
            "start": 931137891,
            "stop": 931137894
        },
        {
            "start": 931137896,
            "stop": 931137932
        },
        {
            "start": 931137936,
            "stop": 931137957
        },
        {
            "start": 931137959,
            "stop": 931137960
        },
        {
            "start": 931137962,
            "stop": 931137963
        },
        {
            "start": 931137965,
            "stop": 931137966
        },
        {
            "start": 931137968,
            "stop": 931137972
        },
        {
            "start": 931137975,
            "stop": 931138016
        },
        {
            "start": 931138017,
            "stop": 931138027
        },
        {
            "start": 931138028,
            "stop": 931138029
        },
        {
            "start": 931138031,
            "stop": 931138060
        },
        {
            "start": 931138061,
            "stop": 931138065
        },
        {
            "start": 931138067,
            "stop": 931138079
        },
        {
            "start": 931138081,
            "stop": 931138091
        },
        {
            "start": 931138093,
            "stop": 931138094
        },
        {
            "start": 931138096,
            "stop": 931138097
        }
    ]
}