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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9814",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9812",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9813,
    "results": [
        {
            "start": 873943868,
            "stop": 873944126
        },
        {
            "start": 873944130,
            "stop": 873944148
        },
        {
            "start": 873944151,
            "stop": 873944172
        },
        {
            "start": 873944175,
            "stop": 873944176
        },
        {
            "start": 873944179,
            "stop": 873944180
        },
        {
            "start": 873944183,
            "stop": 873944239
        },
        {
            "start": 873944245,
            "stop": 873944246
        },
        {
            "start": 873944250,
            "stop": 873944363
        },
        {
            "start": 873944366,
            "stop": 873944377
        },
        {
            "start": 873944380,
            "stop": 873945166
        },
        {
            "start": 873945169,
            "stop": 873945320
        },
        {
            "start": 873945323,
            "stop": 873945337
        },
        {
            "start": 873945340,
            "stop": 873946681
        },
        {
            "start": 873946686,
            "stop": 873946924
        },
        {
            "start": 873946927,
            "stop": 873946934
        },
        {
            "start": 873946937,
            "stop": 873946942
        },
        {
            "start": 873946946,
            "stop": 873946968
        },
        {
            "start": 873946971,
            "stop": 873946989
        },
        {
            "start": 873946992,
            "stop": 873946995
        },
        {
            "start": 873946998,
            "stop": 873946999
        }
    ]
}