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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=765",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 766,
    "results": [
        {
            "start": 861139513,
            "stop": 861140632
        },
        {
            "start": 861142452,
            "stop": 861142606
        },
        {
            "start": 861143222,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861158214
        },
        {
            "start": 861158854,
            "stop": 861159581
        },
        {
            "start": 861160205,
            "stop": 861162407
        },
        {
            "start": 861163050,
            "stop": 861164885
        },
        {
            "start": 861165495,
            "stop": 861173201
        },
        {
            "start": 861173849,
            "stop": 861175530
        },
        {
            "start": 861177633,
            "stop": 861213060
        },
        {
            "start": 861213120,
            "stop": 861214955
        },
        {
            "start": 861217824,
            "stop": 861219870
        },
        {
            "start": 861219930,
            "stop": 861221357
        },
        {
            "start": 861222537,
            "stop": 861233095
        },
        {
            "start": 861235529,
            "stop": 861278800
        },
        {
            "start": 861284723,
            "stop": 861306872
        },
        {
            "start": 861311787,
            "stop": 861315725
        },
        {
            "start": 861317317,
            "stop": 861320079
        },
        {
            "start": 861320719,
            "stop": 861330171
        }
    ]
}