Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=156
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=155",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 156,
    "results": [
        {
            "start": 818888505,
            "stop": 818889925
        },
        {
            "start": 818889932,
            "stop": 818890245
        },
        {
            "start": 818890252,
            "stop": 818890708
        },
        {
            "start": 818890716,
            "stop": 818892362
        },
        {
            "start": 818892369,
            "stop": 818893199
        },
        {
            "start": 818893206,
            "stop": 818894402
        },
        {
            "start": 818894409,
            "stop": 818894924
        },
        {
            "start": 818894931,
            "stop": 818895174
        },
        {
            "start": 818895182,
            "stop": 818895765
        },
        {
            "start": 818895772,
            "stop": 818896106
        },
        {
            "start": 818896113,
            "stop": 818896225
        },
        {
            "start": 818896233,
            "stop": 818896372
        },
        {
            "start": 818896380,
            "stop": 818897299
        },
        {
            "start": 818897327,
            "stop": 818898284
        },
        {
            "start": 818898300,
            "stop": 818898745
        },
        {
            "start": 818898752,
            "stop": 818899291
        },
        {
            "start": 818899298,
            "stop": 818899877
        },
        {
            "start": 818899886,
            "stop": 818899941
        },
        {
            "start": 818899948,
            "stop": 818900272
        },
        {
            "start": 818900279,
            "stop": 818900449
        }
    ]
}