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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8083",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8081",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8082,
    "results": [
        {
            "start": 970491211,
            "stop": 970491218
        },
        {
            "start": 970491250,
            "stop": 970491265
        },
        {
            "start": 970491268,
            "stop": 970491269
        },
        {
            "start": 970491272,
            "stop": 970491274
        },
        {
            "start": 970491280,
            "stop": 970491282
        },
        {
            "start": 970491290,
            "stop": 970491291
        },
        {
            "start": 970491297,
            "stop": 970491314
        },
        {
            "start": 970491320,
            "stop": 970491321
        },
        {
            "start": 970491331,
            "stop": 970491333
        },
        {
            "start": 970491336,
            "stop": 970491337
        },
        {
            "start": 970491357,
            "stop": 970491359
        },
        {
            "start": 970491377,
            "stop": 970491379
        },
        {
            "start": 970491405,
            "stop": 970491409
        },
        {
            "start": 970491414,
            "stop": 970491419
        },
        {
            "start": 970491425,
            "stop": 970491428
        },
        {
            "start": 970491431,
            "stop": 970491432
        },
        {
            "start": 970491450,
            "stop": 970491451
        },
        {
            "start": 970491491,
            "stop": 970491493
        },
        {
            "start": 970491511,
            "stop": 970491516
        },
        {
            "start": 970491522,
            "stop": 970491524
        }
    ]
}