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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5194",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5195,
    "results": [
        {
            "start": 969897202,
            "stop": 969897213
        },
        {
            "start": 969897216,
            "stop": 969897224
        },
        {
            "start": 969897227,
            "stop": 969897323
        },
        {
            "start": 969897326,
            "stop": 969897341
        },
        {
            "start": 969897345,
            "stop": 969897398
        },
        {
            "start": 969897458,
            "stop": 969897462
        },
        {
            "start": 969897465,
            "stop": 969897476
        },
        {
            "start": 969897479,
            "stop": 969897535
        },
        {
            "start": 969897538,
            "stop": 969897810
        },
        {
            "start": 969897813,
            "stop": 969897849
        },
        {
            "start": 969897852,
            "stop": 969897926
        },
        {
            "start": 969897930,
            "stop": 969898063
        },
        {
            "start": 969898066,
            "stop": 969898092
        },
        {
            "start": 969898096,
            "stop": 969898117
        },
        {
            "start": 969898120,
            "stop": 969898152
        },
        {
            "start": 969898156,
            "stop": 969898295
        },
        {
            "start": 969898298,
            "stop": 969898324
        },
        {
            "start": 969898328,
            "stop": 969898332
        },
        {
            "start": 969898335,
            "stop": 969898352
        },
        {
            "start": 969898356,
            "stop": 969898392
        }
    ]
}