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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=7",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 8,
    "results": [
        {
            "start": 941293517,
            "stop": 941293630
        },
        {
            "start": 941344069,
            "stop": 941344182
        },
        {
            "start": 941359733,
            "stop": 941359846
        },
        {
            "start": 941366501,
            "stop": 941366614
        },
        {
            "start": 941380013,
            "stop": 941380166
        },
        {
            "start": 941394374,
            "stop": 941394486
        },
        {
            "start": 941426317,
            "stop": 941426478
        },
        {
            "start": 941449541,
            "stop": 941449654
        },
        {
            "start": 941458422,
            "stop": 941458534
        },
        {
            "start": 941507781,
            "stop": 941507894
        },
        {
            "start": 941517381,
            "stop": 941517534
        },
        {
            "start": 941697788,
            "stop": 941697901
        },
        {
            "start": 941741237,
            "stop": 941741349
        },
        {
            "start": 941767061,
            "stop": 941767173
        },
        {
            "start": 941774556,
            "stop": 941774669
        },
        {
            "start": 941808805,
            "stop": 941808917
        },
        {
            "start": 941849949,
            "stop": 941850061
        },
        {
            "start": 941867381,
            "stop": 941867541
        },
        {
            "start": 941872733,
            "stop": 941872845
        },
        {
            "start": 941885516,
            "stop": 941885629
        }
    ]
}