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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4600",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4598",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4599,
    "results": [
        {
            "start": 969181004,
            "stop": 969181008
        },
        {
            "start": 969181010,
            "stop": 969181081
        },
        {
            "start": 969181088,
            "stop": 969181104
        },
        {
            "start": 969181106,
            "stop": 969181110
        },
        {
            "start": 969181115,
            "stop": 969181116
        },
        {
            "start": 969181122,
            "stop": 969181312
        },
        {
            "start": 969181318,
            "stop": 969181348
        },
        {
            "start": 969181365,
            "stop": 969181426
        },
        {
            "start": 969181427,
            "stop": 969181432
        },
        {
            "start": 969181434,
            "stop": 969181475
        },
        {
            "start": 969186444,
            "stop": 969186446
        },
        {
            "start": 969186450,
            "stop": 969186488
        },
        {
            "start": 969186491,
            "stop": 969186524
        },
        {
            "start": 969186526,
            "stop": 969186529
        },
        {
            "start": 969186531,
            "stop": 969186604
        },
        {
            "start": 969186608,
            "stop": 969186628
        },
        {
            "start": 969186629,
            "stop": 969186689
        },
        {
            "start": 969186691,
            "stop": 969186695
        },
        {
            "start": 969186697,
            "stop": 969186779
        },
        {
            "start": 969186790,
            "stop": 969186808
        }
    ]
}