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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=261",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 262,
    "results": [
        {
            "start": 822126310,
            "stop": 822128758
        },
        {
            "start": 822128786,
            "stop": 822132230
        },
        {
            "start": 822132310,
            "stop": 822137330
        },
        {
            "start": 822137410,
            "stop": 822142394
        },
        {
            "start": 822142401,
            "stop": 822143309
        },
        {
            "start": 822143313,
            "stop": 822145490
        },
        {
            "start": 822145570,
            "stop": 822146990
        },
        {
            "start": 822147130,
            "stop": 822147590
        },
        {
            "start": 822147670,
            "stop": 822152173
        },
        {
            "start": 822152436,
            "stop": 822153253
        },
        {
            "start": 822153288,
            "stop": 822153289
        },
        {
            "start": 822178414,
            "stop": 822179424
        },
        {
            "start": 822179496,
            "stop": 822179640
        },
        {
            "start": 822179700,
            "stop": 822179724
        },
        {
            "start": 822179943,
            "stop": 822180290
        },
        {
            "start": 822180370,
            "stop": 822180530
        },
        {
            "start": 822180670,
            "stop": 822182630
        },
        {
            "start": 822182710,
            "stop": 822182953
        },
        {
            "start": 822183781,
            "stop": 822184370
        },
        {
            "start": 822184510,
            "stop": 822184993
        }
    ]
}