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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=378",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 379,
    "results": [
        {
            "start": 829443732,
            "stop": 829443779
        },
        {
            "start": 829443781,
            "stop": 829443789
        },
        {
            "start": 829443792,
            "stop": 829443795
        },
        {
            "start": 829443797,
            "stop": 829443825
        },
        {
            "start": 829443827,
            "stop": 829443850
        },
        {
            "start": 829443852,
            "stop": 829443860
        },
        {
            "start": 829443862,
            "stop": 829444098
        },
        {
            "start": 829444100,
            "stop": 829456763
        },
        {
            "start": 829460052,
            "stop": 829463739
        },
        {
            "start": 829463741,
            "stop": 829496762
        },
        {
            "start": 829496768,
            "stop": 829496785
        },
        {
            "start": 829496790,
            "stop": 829496837
        },
        {
            "start": 829496843,
            "stop": 829497148
        },
        {
            "start": 829498628,
            "stop": 829500722
        },
        {
            "start": 829500728,
            "stop": 829501599
        },
        {
            "start": 829501602,
            "stop": 829504792
        },
        {
            "start": 829504795,
            "stop": 829505303
        },
        {
            "start": 829505306,
            "stop": 829508062
        },
        {
            "start": 829508352,
            "stop": 829516026
        },
        {
            "start": 829516029,
            "stop": 829516950
        }
    ]
}