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_CAT2/segments?format=api&page=840
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=841",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=839",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 840,
    "results": [
        {
            "start": 962119811,
            "stop": 962119860
        },
        {
            "start": 962120402,
            "stop": 962122721
        },
        {
            "start": 962123276,
            "stop": 962135157
        },
        {
            "start": 962137431,
            "stop": 962146322
        },
        {
            "start": 962146562,
            "stop": 962150482
        },
        {
            "start": 962150636,
            "stop": 962154377
        },
        {
            "start": 962154840,
            "stop": 962158354
        },
        {
            "start": 962160378,
            "stop": 962162446
        },
        {
            "start": 962162452,
            "stop": 962162937
        },
        {
            "start": 962163005,
            "stop": 962163147
        },
        {
            "start": 962163153,
            "stop": 962163412
        },
        {
            "start": 962163418,
            "stop": 962163514
        },
        {
            "start": 962163520,
            "stop": 962163912
        },
        {
            "start": 962163918,
            "stop": 962164035
        },
        {
            "start": 962166876,
            "stop": 962167135
        },
        {
            "start": 962167141,
            "stop": 962167721
        },
        {
            "start": 962167727,
            "stop": 962168006
        },
        {
            "start": 962168012,
            "stop": 962173142
        },
        {
            "start": 962173148,
            "stop": 962177785
        },
        {
            "start": 962187303,
            "stop": 962191112
        }
    ]
}