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/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5383
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=5384",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5382",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5383,
    "results": [
        {
            "start": 971601091,
            "stop": 971601102
        },
        {
            "start": 971601123,
            "stop": 971601127
        },
        {
            "start": 971601155,
            "stop": 971601171
        },
        {
            "start": 971601177,
            "stop": 971601201
        },
        {
            "start": 971601204,
            "stop": 971601209
        },
        {
            "start": 971601212,
            "stop": 971601230
        },
        {
            "start": 971601234,
            "stop": 971601253
        },
        {
            "start": 971601308,
            "stop": 971601311
        },
        {
            "start": 971601314,
            "stop": 971601323
        },
        {
            "start": 971601327,
            "stop": 971601336
        },
        {
            "start": 971601341,
            "stop": 971601361
        },
        {
            "start": 971601364,
            "stop": 971601365
        },
        {
            "start": 971601396,
            "stop": 971601398
        },
        {
            "start": 971601401,
            "stop": 971601402
        },
        {
            "start": 971601405,
            "stop": 971601414
        },
        {
            "start": 971601418,
            "stop": 971601430
        },
        {
            "start": 971601433,
            "stop": 971601458
        },
        {
            "start": 971601493,
            "stop": 971601525
        },
        {
            "start": 971601529,
            "stop": 971601538
        },
        {
            "start": 971601572,
            "stop": 971601579
        }
    ]
}