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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=223",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 224,
    "results": [
        {
            "start": 931459307,
            "stop": 931459311
        },
        {
            "start": 931459314,
            "stop": 931459381
        },
        {
            "start": 931459385,
            "stop": 931459395
        },
        {
            "start": 931459397,
            "stop": 931459408
        },
        {
            "start": 931459411,
            "stop": 931459412
        },
        {
            "start": 931459414,
            "stop": 931459426
        },
        {
            "start": 931459428,
            "stop": 931459430
        },
        {
            "start": 931459435,
            "stop": 931459438
        },
        {
            "start": 931459440,
            "stop": 931459455
        },
        {
            "start": 931459457,
            "stop": 931459459
        },
        {
            "start": 931459461,
            "stop": 931459464
        },
        {
            "start": 931459466,
            "stop": 931459494
        },
        {
            "start": 931459496,
            "stop": 931459525
        },
        {
            "start": 931459527,
            "stop": 931459544
        },
        {
            "start": 931459546,
            "stop": 931459552
        },
        {
            "start": 931459553,
            "stop": 931459555
        },
        {
            "start": 931459560,
            "stop": 931459585
        },
        {
            "start": 931459587,
            "stop": 931459590
        },
        {
            "start": 931459592,
            "stop": 931459619
        },
        {
            "start": 931459621,
            "stop": 931459641
        }
    ]
}