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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46833",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46834,
    "results": [
        {
            "start": 875133995,
            "stop": 875134030
        },
        {
            "start": 875134033,
            "stop": 875134034
        },
        {
            "start": 875134041,
            "stop": 875134046
        },
        {
            "start": 875134048,
            "stop": 875134062
        },
        {
            "start": 875134066,
            "stop": 875134093
        },
        {
            "start": 875134094,
            "stop": 875134101
        },
        {
            "start": 875134102,
            "stop": 875134103
        },
        {
            "start": 875134104,
            "stop": 875134107
        },
        {
            "start": 875134108,
            "stop": 875134133
        },
        {
            "start": 875134134,
            "stop": 875134142
        },
        {
            "start": 875134150,
            "stop": 875134152
        },
        {
            "start": 875134153,
            "stop": 875134166
        },
        {
            "start": 875134169,
            "stop": 875134186
        },
        {
            "start": 875134187,
            "stop": 875134202
        },
        {
            "start": 875134203,
            "stop": 875134222
        },
        {
            "start": 875134223,
            "stop": 875134263
        },
        {
            "start": 875134264,
            "stop": 875134267
        },
        {
            "start": 875134270,
            "stop": 875134277
        },
        {
            "start": 875134280,
            "stop": 875134292
        },
        {
            "start": 875134295,
            "stop": 875134303
        }
    ]
}