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_CAT2/segments?format=api&page=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=18",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 19,
    "results": [
        {
            "start": 931482958,
            "stop": 931482962
        },
        {
            "start": 931482975,
            "stop": 931482980
        },
        {
            "start": 931482990,
            "stop": 931482998
        },
        {
            "start": 931483068,
            "stop": 931483075
        },
        {
            "start": 931483082,
            "stop": 931483083
        },
        {
            "start": 931483090,
            "stop": 931483102
        },
        {
            "start": 931483134,
            "stop": 931483141
        },
        {
            "start": 931483178,
            "stop": 931483187
        },
        {
            "start": 931483215,
            "stop": 931483216
        },
        {
            "start": 931483238,
            "stop": 931483262
        },
        {
            "start": 931483269,
            "stop": 931483275
        },
        {
            "start": 931483282,
            "stop": 931483290
        },
        {
            "start": 931483297,
            "stop": 931483303
        },
        {
            "start": 931483311,
            "stop": 931483321
        },
        {
            "start": 931483334,
            "stop": 931483337
        },
        {
            "start": 931483344,
            "stop": 931483355
        },
        {
            "start": 931483363,
            "stop": 931483376
        },
        {
            "start": 931483385,
            "stop": 931483402
        },
        {
            "start": 931483409,
            "stop": 931483425
        },
        {
            "start": 931483444,
            "stop": 931483460
        }
    ]
}