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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4805",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4806,
    "results": [
        {
            "start": 874646502,
            "stop": 874646504
        },
        {
            "start": 874646523,
            "stop": 874646629
        },
        {
            "start": 874646648,
            "stop": 874646741
        },
        {
            "start": 874646760,
            "stop": 874646791
        },
        {
            "start": 874646813,
            "stop": 874646818
        },
        {
            "start": 874646837,
            "stop": 874646935
        },
        {
            "start": 874646954,
            "stop": 874646966
        },
        {
            "start": 874646990,
            "stop": 874646993
        },
        {
            "start": 874647012,
            "stop": 874647026
        },
        {
            "start": 874647045,
            "stop": 874647103
        },
        {
            "start": 874647122,
            "stop": 874647147
        },
        {
            "start": 874647166,
            "stop": 874647169
        },
        {
            "start": 874647188,
            "stop": 874647210
        },
        {
            "start": 874647229,
            "stop": 874647252
        },
        {
            "start": 874647271,
            "stop": 874647344
        },
        {
            "start": 874647374,
            "stop": 874647432
        },
        {
            "start": 874647468,
            "stop": 874647533
        },
        {
            "start": 874647553,
            "stop": 874647555
        },
        {
            "start": 874647583,
            "stop": 874647591
        },
        {
            "start": 874647611,
            "stop": 874647613
        }
    ]
}