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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=97",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 98,
    "results": [
        {
            "start": 819687466,
            "stop": 819697633
        },
        {
            "start": 819698739,
            "stop": 819704044
        },
        {
            "start": 819704051,
            "stop": 819707323
        },
        {
            "start": 819707504,
            "stop": 819712401
        },
        {
            "start": 819712408,
            "stop": 819712996
        },
        {
            "start": 819713003,
            "stop": 819713400
        },
        {
            "start": 819713407,
            "stop": 819713924
        },
        {
            "start": 819713931,
            "stop": 819714017
        },
        {
            "start": 819714024,
            "stop": 819718060
        },
        {
            "start": 819718067,
            "stop": 819718236
        },
        {
            "start": 819718243,
            "stop": 819719923
        },
        {
            "start": 819719930,
            "stop": 819719966
        },
        {
            "start": 819719973,
            "stop": 819721404
        },
        {
            "start": 819721411,
            "stop": 819723039
        },
        {
            "start": 819723047,
            "stop": 819723100
        },
        {
            "start": 819723113,
            "stop": 819723140
        },
        {
            "start": 819723147,
            "stop": 819723648
        },
        {
            "start": 819723655,
            "stop": 819723740
        },
        {
            "start": 819723747,
            "stop": 819723823
        },
        {
            "start": 819724004,
            "stop": 819724408
        }
    ]
}