Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=227",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 228,
    "results": [
        {
            "start": 933155798,
            "stop": 933156127
        },
        {
            "start": 933156128,
            "stop": 933156681
        },
        {
            "start": 933156682,
            "stop": 933156762
        },
        {
            "start": 933156767,
            "stop": 933156947
        },
        {
            "start": 933159241,
            "stop": 933159390
        },
        {
            "start": 933159395,
            "stop": 933159486
        },
        {
            "start": 933159491,
            "stop": 933159556
        },
        {
            "start": 933159557,
            "stop": 933159581
        },
        {
            "start": 933159589,
            "stop": 933159662
        },
        {
            "start": 933159667,
            "stop": 933160106
        },
        {
            "start": 933160107,
            "stop": 933160192
        },
        {
            "start": 933160197,
            "stop": 933160267
        },
        {
            "start": 933160268,
            "stop": 933160599
        },
        {
            "start": 933160604,
            "stop": 933160636
        },
        {
            "start": 933160637,
            "stop": 933160687
        },
        {
            "start": 933160688,
            "stop": 933160902
        },
        {
            "start": 933160921,
            "stop": 933160983
        },
        {
            "start": 933161010,
            "stop": 933161272
        },
        {
            "start": 933161277,
            "stop": 933161322
        },
        {
            "start": 933161323,
            "stop": 933161355
        }
    ]
}