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/H2_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/H2_CBCLOW_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=261",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 262,
    "results": [
        {
            "start": 820971734,
            "stop": 820972083
        },
        {
            "start": 820972090,
            "stop": 820972140
        },
        {
            "start": 820972148,
            "stop": 820972415
        },
        {
            "start": 820972423,
            "stop": 820972426
        },
        {
            "start": 820972433,
            "stop": 820972517
        },
        {
            "start": 820972524,
            "stop": 820972759
        },
        {
            "start": 820972766,
            "stop": 820972969
        },
        {
            "start": 820972976,
            "stop": 820973446
        },
        {
            "start": 820973454,
            "stop": 820973665
        },
        {
            "start": 820974508,
            "stop": 820974696
        },
        {
            "start": 820974703,
            "stop": 820974797
        },
        {
            "start": 820975145,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820977464
        },
        {
            "start": 820977645,
            "stop": 820977719
        },
        {
            "start": 820977726,
            "stop": 820978833
        },
        {
            "start": 820978840,
            "stop": 820979564
        },
        {
            "start": 820979745,
            "stop": 820980192
        },
        {
            "start": 820980199,
            "stop": 820980836
        },
        {
            "start": 820980843,
            "stop": 820981383
        },
        {
            "start": 820981390,
            "stop": 820981488
        }
    ]
}