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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=212",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 213,
    "results": [
        {
            "start": 817742311,
            "stop": 817742570
        },
        {
            "start": 817742600,
            "stop": 817743011
        },
        {
            "start": 817743038,
            "stop": 817743101
        },
        {
            "start": 817743142,
            "stop": 817743159
        },
        {
            "start": 817743178,
            "stop": 817743580
        },
        {
            "start": 817743600,
            "stop": 817743704
        },
        {
            "start": 817743732,
            "stop": 817744020
        },
        {
            "start": 817744045,
            "stop": 817744092
        },
        {
            "start": 817744111,
            "stop": 817744125
        },
        {
            "start": 817744147,
            "stop": 817744448
        },
        {
            "start": 817744468,
            "stop": 817744480
        },
        {
            "start": 817744499,
            "stop": 817744617
        },
        {
            "start": 817744636,
            "stop": 817744769
        },
        {
            "start": 817744790,
            "stop": 817745170
        },
        {
            "start": 817745187,
            "stop": 817745282
        },
        {
            "start": 817745301,
            "stop": 817745765
        },
        {
            "start": 817745804,
            "stop": 817745842
        },
        {
            "start": 817745863,
            "stop": 817745864
        },
        {
            "start": 817745887,
            "stop": 817745902
        },
        {
            "start": 817745923,
            "stop": 817745925
        }
    ]
}