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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8668",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8666",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8667,
    "results": [
        {
            "start": 871769238,
            "stop": 871770106
        },
        {
            "start": 871770123,
            "stop": 871770571
        },
        {
            "start": 871770588,
            "stop": 871770590
        },
        {
            "start": 871770608,
            "stop": 871770628
        },
        {
            "start": 871770646,
            "stop": 871770647
        },
        {
            "start": 871770664,
            "stop": 871770720
        },
        {
            "start": 871770780,
            "stop": 871771106
        },
        {
            "start": 871771127,
            "stop": 871771178
        },
        {
            "start": 871771196,
            "stop": 871771210
        },
        {
            "start": 871771227,
            "stop": 871771248
        },
        {
            "start": 871771268,
            "stop": 871771278
        },
        {
            "start": 871771295,
            "stop": 871771371
        },
        {
            "start": 871771388,
            "stop": 871771508
        },
        {
            "start": 871771525,
            "stop": 871771598
        },
        {
            "start": 871771615,
            "stop": 871771650
        },
        {
            "start": 871771667,
            "stop": 871771675
        },
        {
            "start": 871771692,
            "stop": 871771702
        },
        {
            "start": 871771719,
            "stop": 871771751
        },
        {
            "start": 871771786,
            "stop": 871771816
        },
        {
            "start": 871771833,
            "stop": 871772369
        }
    ]
}