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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=145",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 146,
    "results": [
        {
            "start": 818435703,
            "stop": 818438970
        },
        {
            "start": 818439424,
            "stop": 818439519
        },
        {
            "start": 818444662,
            "stop": 818444667
        },
        {
            "start": 818445698,
            "stop": 818446020
        },
        {
            "start": 818446947,
            "stop": 818449945
        },
        {
            "start": 818449962,
            "stop": 818449982
        },
        {
            "start": 818449999,
            "stop": 818450264
        },
        {
            "start": 818450281,
            "stop": 818450337
        },
        {
            "start": 818450354,
            "stop": 818450424
        },
        {
            "start": 818450441,
            "stop": 818450504
        },
        {
            "start": 818450521,
            "stop": 818454100
        },
        {
            "start": 818456030,
            "stop": 818457049
        },
        {
            "start": 818457868,
            "stop": 818458851
        },
        {
            "start": 818458971,
            "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
        }
    ]
}