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=2326
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=2327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2325",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2326,
    "results": [
        {
            "start": 871708781,
            "stop": 871708975
        },
        {
            "start": 871708992,
            "stop": 871710307
        },
        {
            "start": 871710323,
            "stop": 871711629
        },
        {
            "start": 871711646,
            "stop": 871711971
        },
        {
            "start": 871711988,
            "stop": 871712087
        },
        {
            "start": 871712104,
            "stop": 871712240
        },
        {
            "start": 871712257,
            "stop": 871712270
        },
        {
            "start": 871712299,
            "stop": 871713120
        },
        {
            "start": 871713137,
            "stop": 871713281
        },
        {
            "start": 871713317,
            "stop": 871713434
        },
        {
            "start": 871713451,
            "stop": 871713927
        },
        {
            "start": 871713948,
            "stop": 871714268
        },
        {
            "start": 871714285,
            "stop": 871714293
        },
        {
            "start": 871714310,
            "stop": 871714376
        },
        {
            "start": 871714393,
            "stop": 871714400
        },
        {
            "start": 871714417,
            "stop": 871714432
        },
        {
            "start": 871714449,
            "stop": 871714487
        },
        {
            "start": 871714504,
            "stop": 871714505
        },
        {
            "start": 871714522,
            "stop": 871714526
        },
        {
            "start": 871714543,
            "stop": 871714583
        }
    ]
}