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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=299",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 300,
    "results": [
        {
            "start": 820916752,
            "stop": 820916823
        },
        {
            "start": 820916827,
            "stop": 820916900
        },
        {
            "start": 820916903,
            "stop": 820916999
        },
        {
            "start": 820917003,
            "stop": 820917522
        },
        {
            "start": 820917525,
            "stop": 820917540
        },
        {
            "start": 820917600,
            "stop": 820917726
        },
        {
            "start": 820917729,
            "stop": 820917788
        },
        {
            "start": 820917791,
            "stop": 820918086
        },
        {
            "start": 820918089,
            "stop": 820918094
        },
        {
            "start": 820918097,
            "stop": 820918704
        },
        {
            "start": 820918708,
            "stop": 820918971
        },
        {
            "start": 820918974,
            "stop": 820919288
        },
        {
            "start": 820919291,
            "stop": 820919336
        },
        {
            "start": 820919400,
            "stop": 820919433
        },
        {
            "start": 820919436,
            "stop": 820919625
        },
        {
            "start": 820919628,
            "stop": 820919820
        },
        {
            "start": 820919880,
            "stop": 820920196
        },
        {
            "start": 820920199,
            "stop": 820920226
        },
        {
            "start": 820920229,
            "stop": 820920249
        },
        {
            "start": 820920252,
            "stop": 820920688
        }
    ]
}