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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 10,
    "results": [
        {
            "start": 931092898,
            "stop": 931092907
        },
        {
            "start": 931092908,
            "stop": 931092960
        },
        {
            "start": 931092961,
            "stop": 931093020
        },
        {
            "start": 931093021,
            "stop": 931093025
        },
        {
            "start": 931093026,
            "stop": 931093030
        },
        {
            "start": 931093031,
            "stop": 931093144
        },
        {
            "start": 931093145,
            "stop": 931093171
        },
        {
            "start": 931093172,
            "stop": 931093189
        },
        {
            "start": 931093190,
            "stop": 931093215
        },
        {
            "start": 931093575,
            "stop": 931093595
        },
        {
            "start": 931093596,
            "stop": 931093728
        },
        {
            "start": 931093729,
            "stop": 931093754
        },
        {
            "start": 931093756,
            "stop": 931093816
        },
        {
            "start": 931093817,
            "stop": 931093843
        },
        {
            "start": 931093844,
            "stop": 931093845
        },
        {
            "start": 931093846,
            "stop": 931093930
        },
        {
            "start": 931093931,
            "stop": 931093986
        },
        {
            "start": 931093987,
            "stop": 931094016
        },
        {
            "start": 931094017,
            "stop": 931094125
        },
        {
            "start": 931094126,
            "stop": 931094130
        }
    ]
}