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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4161",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4162,
    "results": [
        {
            "start": 874338346,
            "stop": 874338389
        },
        {
            "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": 874339473,
            "stop": 874339587
        },
        {
            "start": 874339611,
            "stop": 874339646
        },
        {
            "start": 874339668,
            "stop": 874339719
        },
        {
            "start": 874339738,
            "stop": 874339754
        },
        {
            "start": 874339779,
            "stop": 874339784
        },
        {
            "start": 874339817,
            "stop": 874339838
        }
    ]
}