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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=208",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 209,
    "results": [
        {
            "start": 820929838,
            "stop": 820929978
        },
        {
            "start": 820929986,
            "stop": 820930033
        },
        {
            "start": 820930052,
            "stop": 820930056
        },
        {
            "start": 820930078,
            "stop": 820930098
        },
        {
            "start": 820930106,
            "stop": 820930160
        },
        {
            "start": 820930170,
            "stop": 820930184
        },
        {
            "start": 820930201,
            "stop": 820930220
        },
        {
            "start": 820930228,
            "stop": 820930230
        },
        {
            "start": 820930251,
            "stop": 820930252
        },
        {
            "start": 820930266,
            "stop": 820930453
        },
        {
            "start": 820930473,
            "stop": 820930474
        },
        {
            "start": 820930486,
            "stop": 820930489
        },
        {
            "start": 820930497,
            "stop": 820930503
        },
        {
            "start": 820930515,
            "stop": 820930518
        },
        {
            "start": 820930533,
            "stop": 820930538
        },
        {
            "start": 820930913,
            "stop": 820930966
        },
        {
            "start": 820930974,
            "stop": 820930977
        },
        {
            "start": 820931002,
            "stop": 820931010
        },
        {
            "start": 820931032,
            "stop": 820931051
        },
        {
            "start": 820931059,
            "stop": 820931069
        }
    ]
}