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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=655",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 656,
    "results": [
        {
            "start": 829443578,
            "stop": 829443587
        },
        {
            "start": 829443617,
            "stop": 829443629
        },
        {
            "start": 829443675,
            "stop": 829443692
        },
        {
            "start": 829443740,
            "stop": 829443770
        },
        {
            "start": 829443835,
            "stop": 829443841
        },
        {
            "start": 829443870,
            "stop": 829443957
        },
        {
            "start": 829443974,
            "stop": 829444089
        },
        {
            "start": 829444108,
            "stop": 829444145
        },
        {
            "start": 829444162,
            "stop": 829444292
        },
        {
            "start": 829444309,
            "stop": 829444392
        },
        {
            "start": 829444409,
            "stop": 829444535
        },
        {
            "start": 829444567,
            "stop": 829444696
        },
        {
            "start": 829444713,
            "stop": 829444857
        },
        {
            "start": 829444874,
            "stop": 829444889
        },
        {
            "start": 829444906,
            "stop": 829445130
        },
        {
            "start": 829445147,
            "stop": 829445202
        },
        {
            "start": 829445219,
            "stop": 829445248
        },
        {
            "start": 829445265,
            "stop": 829445801
        },
        {
            "start": 829445818,
            "stop": 829445929
        },
        {
            "start": 829445946,
            "stop": 829446066
        }
    ]
}