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=9006
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=9007",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9005",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9006,
    "results": [
        {
            "start": 873984789,
            "stop": 873985661
        },
        {
            "start": 873985680,
            "stop": 873985928
        },
        {
            "start": 873985956,
            "stop": 873986039
        },
        {
            "start": 873986069,
            "stop": 873986094
        },
        {
            "start": 873986111,
            "stop": 873986462
        },
        {
            "start": 873986479,
            "stop": 873986908
        },
        {
            "start": 873986925,
            "stop": 873987516
        },
        {
            "start": 873987536,
            "stop": 873987576
        },
        {
            "start": 873987598,
            "stop": 873987830
        },
        {
            "start": 873987854,
            "stop": 873987900
        },
        {
            "start": 873987917,
            "stop": 873987922
        },
        {
            "start": 873987968,
            "stop": 873988299
        },
        {
            "start": 873988318,
            "stop": 873988368
        },
        {
            "start": 873988385,
            "stop": 873988498
        },
        {
            "start": 873988519,
            "stop": 873988722
        },
        {
            "start": 873988748,
            "stop": 873989932
        },
        {
            "start": 873989975,
            "stop": 873990631
        },
        {
            "start": 873990648,
            "stop": 873990649
        },
        {
            "start": 873990666,
            "stop": 873991840
        },
        {
            "start": 873991864,
            "stop": 873992052
        }
    ]
}