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=4301
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=4302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4300",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4301,
    "results": [
        {
            "start": 874673580,
            "stop": 874673700
        },
        {
            "start": 874673719,
            "stop": 874673768
        },
        {
            "start": 874673787,
            "stop": 874673796
        },
        {
            "start": 874673819,
            "stop": 874673838
        },
        {
            "start": 874673857,
            "stop": 874673904
        },
        {
            "start": 874673923,
            "stop": 874673960
        },
        {
            "start": 874673979,
            "stop": 874674022
        },
        {
            "start": 874674041,
            "stop": 874674144
        },
        {
            "start": 874674164,
            "stop": 874674191
        },
        {
            "start": 874674210,
            "stop": 874674214
        },
        {
            "start": 874674233,
            "stop": 874674248
        },
        {
            "start": 874674267,
            "stop": 874674434
        },
        {
            "start": 874674453,
            "stop": 874674582
        },
        {
            "start": 874674601,
            "stop": 874674630
        },
        {
            "start": 874674649,
            "stop": 874674735
        },
        {
            "start": 874674757,
            "stop": 874674797
        },
        {
            "start": 874674816,
            "stop": 874674839
        },
        {
            "start": 874674859,
            "stop": 874674901
        },
        {
            "start": 874674921,
            "stop": 874675247
        },
        {
            "start": 874675266,
            "stop": 874675369
        }
    ]
}