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=2273
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=2274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2272",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2273,
    "results": [
        {
            "start": 873626259,
            "stop": 873626301
        },
        {
            "start": 873626324,
            "stop": 873627182
        },
        {
            "start": 873627201,
            "stop": 873627489
        },
        {
            "start": 873627508,
            "stop": 873631839
        },
        {
            "start": 873658448,
            "stop": 873658451
        },
        {
            "start": 873658468,
            "stop": 873658479
        },
        {
            "start": 873658508,
            "stop": 873659505
        },
        {
            "start": 873659522,
            "stop": 873659571
        },
        {
            "start": 873661484,
            "stop": 873661487
        },
        {
            "start": 873661513,
            "stop": 873663720
        },
        {
            "start": 873663780,
            "stop": 873664800
        },
        {
            "start": 873664860,
            "stop": 873664944
        },
        {
            "start": 873664961,
            "stop": 873664997
        },
        {
            "start": 873665828,
            "stop": 873665906
        },
        {
            "start": 873665937,
            "stop": 873670136
        },
        {
            "start": 873670142,
            "stop": 873670320
        },
        {
            "start": 873670440,
            "stop": 873670888
        },
        {
            "start": 873670893,
            "stop": 873670979
        },
        {
            "start": 873670985,
            "stop": 873671026
        },
        {
            "start": 873671032,
            "stop": 873671129
        }
    ]
}