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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4935",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4936,
    "results": [
        {
            "start": 874338408,
            "stop": 874338451
        },
        {
            "start": 874338470,
            "stop": 874338534
        },
        {
            "start": 874338559,
            "stop": 874338572
        },
        {
            "start": 874338591,
            "stop": 874338822
        },
        {
            "start": 874338841,
            "stop": 874338893
        },
        {
            "start": 874338919,
            "stop": 874338967
        },
        {
            "start": 874338986,
            "stop": 874338988
        },
        {
            "start": 874339009,
            "stop": 874339036
        },
        {
            "start": 874339080,
            "stop": 874339092
        },
        {
            "start": 874339122,
            "stop": 874339189
        },
        {
            "start": 874339209,
            "stop": 874339215
        },
        {
            "start": 874339234,
            "stop": 874339241
        },
        {
            "start": 874339270,
            "stop": 874339324
        },
        {
            "start": 874339346,
            "stop": 874339358
        },
        {
            "start": 874339380,
            "stop": 874339406
        },
        {
            "start": 874339425,
            "stop": 874339451
        },
        {
            "start": 874339470,
            "stop": 874339587
        },
        {
            "start": 874339611,
            "stop": 874339646
        },
        {
            "start": 874339668,
            "stop": 874339719
        },
        {
            "start": 874339738,
            "stop": 874339754
        }
    ]
}