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_CAT2/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/L1_CBCHIGH_CAT2/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=129",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 130,
    "results": [
        {
            "start": 818068193,
            "stop": 818068194
        },
        {
            "start": 818068197,
            "stop": 818068199
        },
        {
            "start": 818068203,
            "stop": 818068208
        },
        {
            "start": 818068211,
            "stop": 818068214
        },
        {
            "start": 818068218,
            "stop": 818068221
        },
        {
            "start": 818068224,
            "stop": 818068241
        },
        {
            "start": 818068244,
            "stop": 818068246
        },
        {
            "start": 818068251,
            "stop": 818068260
        },
        {
            "start": 818068263,
            "stop": 818068268
        },
        {
            "start": 818068271,
            "stop": 818068273
        },
        {
            "start": 818068278,
            "stop": 818068285
        },
        {
            "start": 818068290,
            "stop": 818068292
        },
        {
            "start": 818068296,
            "stop": 818068300
        },
        {
            "start": 818068303,
            "stop": 818068305
        },
        {
            "start": 818068310,
            "stop": 818068312
        },
        {
            "start": 818068324,
            "stop": 818068333
        },
        {
            "start": 818068337,
            "stop": 818068339
        },
        {
            "start": 818068342,
            "stop": 818068348
        },
        {
            "start": 818068351,
            "stop": 818068352
        },
        {
            "start": 818068356,
            "stop": 818068359
        }
    ]
}