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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=351",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 352,
    "results": [
        {
            "start": 823042813,
            "stop": 823043766
        },
        {
            "start": 823043783,
            "stop": 823046325
        },
        {
            "start": 823046328,
            "stop": 823048693
        },
        {
            "start": 823048874,
            "stop": 823050746
        },
        {
            "start": 823050749,
            "stop": 823052974
        },
        {
            "start": 823052977,
            "stop": 823055700
        },
        {
            "start": 823055820,
            "stop": 823056245
        },
        {
            "start": 823056248,
            "stop": 823056341
        },
        {
            "start": 823056344,
            "stop": 823058628
        },
        {
            "start": 823058632,
            "stop": 823059181
        },
        {
            "start": 823059185,
            "stop": 823059687
        },
        {
            "start": 823059690,
            "stop": 823059891
        },
        {
            "start": 823059894,
            "stop": 823060416
        },
        {
            "start": 823060419,
            "stop": 823061242
        },
        {
            "start": 823061245,
            "stop": 823061901
        },
        {
            "start": 823061904,
            "stop": 823062573
        },
        {
            "start": 823062577,
            "stop": 823062579
        },
        {
            "start": 823062583,
            "stop": 823062815
        },
        {
            "start": 823062818,
            "stop": 823063397
        },
        {
            "start": 823063401,
            "stop": 823063700
        }
    ]
}