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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=409",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 410,
    "results": [
        {
            "start": 825016108,
            "stop": 825016812
        },
        {
            "start": 825016831,
            "stop": 825018187
        },
        {
            "start": 825018204,
            "stop": 825018882
        },
        {
            "start": 825018926,
            "stop": 825019456
        },
        {
            "start": 825019756,
            "stop": 825019913
        },
        {
            "start": 825020023,
            "stop": 825020196
        },
        {
            "start": 825020496,
            "stop": 825020525
        },
        {
            "start": 825020825,
            "stop": 825020975
        },
        {
            "start": 825021085,
            "stop": 825021095
        },
        {
            "start": 825021395,
            "stop": 825021726
        },
        {
            "start": 825022026,
            "stop": 825022205
        },
        {
            "start": 825022506,
            "stop": 825022863
        },
        {
            "start": 825022883,
            "stop": 825023916
        },
        {
            "start": 825023933,
            "stop": 825024117
        },
        {
            "start": 825024227,
            "stop": 825024312
        },
        {
            "start": 825024612,
            "stop": 825026213
        },
        {
            "start": 825026323,
            "stop": 825026403
        },
        {
            "start": 825026703,
            "stop": 825027755
        },
        {
            "start": 825028055,
            "stop": 825028138
        },
        {
            "start": 825028248,
            "stop": 825028376
        }
    ]
}