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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=69",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 70,
    "results": [
        {
            "start": 931593313,
            "stop": 931593314
        },
        {
            "start": 931593321,
            "stop": 931593323
        },
        {
            "start": 931593330,
            "stop": 931593341
        },
        {
            "start": 931593369,
            "stop": 931593387
        },
        {
            "start": 931593397,
            "stop": 931593398
        },
        {
            "start": 931593405,
            "stop": 931593412
        },
        {
            "start": 931593419,
            "stop": 931593420
        },
        {
            "start": 931593426,
            "stop": 931593433
        },
        {
            "start": 931593458,
            "stop": 931593469
        },
        {
            "start": 931593476,
            "stop": 931593493
        },
        {
            "start": 931593505,
            "stop": 931593514
        },
        {
            "start": 931593521,
            "stop": 931593537
        },
        {
            "start": 931593546,
            "stop": 931593557
        },
        {
            "start": 931593563,
            "stop": 931593609
        },
        {
            "start": 931593617,
            "stop": 931593633
        },
        {
            "start": 931593640,
            "stop": 931593642
        },
        {
            "start": 931593656,
            "stop": 931593667
        },
        {
            "start": 931593674,
            "stop": 931593700
        },
        {
            "start": 931593708,
            "stop": 931593714
        },
        {
            "start": 931593723,
            "stop": 931593733
        }
    ]
}