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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=407",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 408,
    "results": [
        {
            "start": 818655100,
            "stop": 818655424
        },
        {
            "start": 818655426,
            "stop": 818656006
        },
        {
            "start": 818656008,
            "stop": 818656315
        },
        {
            "start": 818656317,
            "stop": 818656658
        },
        {
            "start": 818656660,
            "stop": 818657062
        },
        {
            "start": 818657064,
            "stop": 818657114
        },
        {
            "start": 818657115,
            "stop": 818657116
        },
        {
            "start": 818657119,
            "stop": 818657351
        },
        {
            "start": 818657353,
            "stop": 818657401
        },
        {
            "start": 818657403,
            "stop": 818657972
        },
        {
            "start": 818657974,
            "stop": 818658486
        },
        {
            "start": 818658487,
            "stop": 818658498
        },
        {
            "start": 818658500,
            "stop": 818658591
        },
        {
            "start": 818658593,
            "stop": 818658800
        },
        {
            "start": 818658804,
            "stop": 818659091
        },
        {
            "start": 818659092,
            "stop": 818659150
        },
        {
            "start": 818659152,
            "stop": 818659156
        },
        {
            "start": 818659159,
            "stop": 818659276
        },
        {
            "start": 818659278,
            "stop": 818659312
        },
        {
            "start": 818659315,
            "stop": 818659344
        }
    ]
}