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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8037",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8035",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8036,
    "results": [
        {
            "start": 970422359,
            "stop": 970422364
        },
        {
            "start": 970422367,
            "stop": 970422393
        },
        {
            "start": 970422431,
            "stop": 970422433
        },
        {
            "start": 970422448,
            "stop": 970422506
        },
        {
            "start": 970422510,
            "stop": 970422517
        },
        {
            "start": 970422525,
            "stop": 970422530
        },
        {
            "start": 970422533,
            "stop": 970422607
        },
        {
            "start": 970422619,
            "stop": 970422621
        },
        {
            "start": 970422627,
            "stop": 970422628
        },
        {
            "start": 970422634,
            "stop": 970422667
        },
        {
            "start": 970422670,
            "stop": 970422698
        },
        {
            "start": 970422701,
            "stop": 970422737
        },
        {
            "start": 970422740,
            "stop": 970422745
        },
        {
            "start": 970422749,
            "stop": 970422754
        },
        {
            "start": 970422762,
            "stop": 970422785
        },
        {
            "start": 970422792,
            "stop": 970422793
        },
        {
            "start": 970422796,
            "stop": 970422831
        },
        {
            "start": 970422834,
            "stop": 970423061
        },
        {
            "start": 970423064,
            "stop": 970423075
        },
        {
            "start": 970423078,
            "stop": 970423107
        }
    ]
}