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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=124",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 125,
    "results": [
        {
            "start": 931680841,
            "stop": 931680849
        },
        {
            "start": 931680875,
            "stop": 931680876
        },
        {
            "start": 931680884,
            "stop": 931680885
        },
        {
            "start": 931680992,
            "stop": 931681000
        },
        {
            "start": 931681034,
            "stop": 931681047
        },
        {
            "start": 931681107,
            "stop": 931681113
        },
        {
            "start": 931681151,
            "stop": 931681154
        },
        {
            "start": 931681175,
            "stop": 931681180
        },
        {
            "start": 931681212,
            "stop": 931681213
        },
        {
            "start": 931681230,
            "stop": 931681237
        },
        {
            "start": 931681268,
            "stop": 931681270
        },
        {
            "start": 931681300,
            "stop": 931681308
        },
        {
            "start": 931681343,
            "stop": 931681352
        },
        {
            "start": 931681359,
            "stop": 931681367
        },
        {
            "start": 931681395,
            "stop": 931681396
        },
        {
            "start": 931681403,
            "stop": 931681405
        },
        {
            "start": 931681423,
            "stop": 931681428
        },
        {
            "start": 931681466,
            "stop": 931681473
        },
        {
            "start": 931681488,
            "stop": 931681492
        },
        {
            "start": 931681503,
            "stop": 931681511
        }
    ]
}