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=335
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=336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=334",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 335,
    "results": [
        {
            "start": 818251103,
            "stop": 818251104
        },
        {
            "start": 818251123,
            "stop": 818251127
        },
        {
            "start": 818251130,
            "stop": 818251131
        },
        {
            "start": 818251139,
            "stop": 818251143
        },
        {
            "start": 818251162,
            "stop": 818251163
        },
        {
            "start": 818251168,
            "stop": 818251170
        },
        {
            "start": 818251211,
            "stop": 818251213
        },
        {
            "start": 818251218,
            "stop": 818251220
        },
        {
            "start": 818251232,
            "stop": 818251236
        },
        {
            "start": 818251242,
            "stop": 818251245
        },
        {
            "start": 818251251,
            "stop": 818251252
        },
        {
            "start": 818251256,
            "stop": 818251257
        },
        {
            "start": 818251309,
            "stop": 818251311
        },
        {
            "start": 818251314,
            "stop": 818251318
        },
        {
            "start": 818251324,
            "stop": 818251327
        },
        {
            "start": 818251362,
            "stop": 818251364
        },
        {
            "start": 818251375,
            "stop": 818251393
        },
        {
            "start": 818251405,
            "stop": 818251407
        },
        {
            "start": 818251411,
            "stop": 818251414
        },
        {
            "start": 818251422,
            "stop": 818251425
        }
    ]
}