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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=129",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 130,
    "results": [
        {
            "start": 818450281,
            "stop": 818450337
        },
        {
            "start": 818450354,
            "stop": 818450424
        },
        {
            "start": 818450441,
            "stop": 818450504
        },
        {
            "start": 818450521,
            "stop": 818454100
        },
        {
            "start": 818454420,
            "stop": 818455630
        },
        {
            "start": 818456030,
            "stop": 818457049
        },
        {
            "start": 818457868,
            "stop": 818459748
        },
        {
            "start": 818462871,
            "stop": 818464121
        },
        {
            "start": 818464138,
            "stop": 818464152
        },
        {
            "start": 818464169,
            "stop": 818464263
        },
        {
            "start": 818464280,
            "stop": 818464343
        },
        {
            "start": 818464360,
            "stop": 818464413
        },
        {
            "start": 818464430,
            "stop": 818464501
        },
        {
            "start": 818464518,
            "stop": 818469527
        },
        {
            "start": 818469544,
            "stop": 818472798
        },
        {
            "start": 818472802,
            "stop": 818479335
        },
        {
            "start": 818484505,
            "stop": 818484649
        },
        {
            "start": 818485049,
            "stop": 818493659
        },
        {
            "start": 818493699,
            "stop": 818501117
        },
        {
            "start": 818501134,
            "stop": 818507463
        }
    ]
}