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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4878",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4876",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4877,
    "results": [
        {
            "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
        },
        {
            "start": 971601582,
            "stop": 971601586
        },
        {
            "start": 971601610,
            "stop": 971601614
        },
        {
            "start": 971601617,
            "stop": 971601618
        },
        {
            "start": 971601621,
            "stop": 971601622
        },
        {
            "start": 971601644,
            "stop": 971601656
        },
        {
            "start": 971603367,
            "stop": 971603722
        }
    ]
}