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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8042",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8040",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8041,
    "results": [
        {
            "start": 970414033,
            "stop": 970414047
        },
        {
            "start": 970414050,
            "stop": 970414153
        },
        {
            "start": 970415852,
            "stop": 970415865
        },
        {
            "start": 970415886,
            "stop": 970415891
        },
        {
            "start": 970415951,
            "stop": 970415954
        },
        {
            "start": 970415957,
            "stop": 970415958
        },
        {
            "start": 970415961,
            "stop": 970415968
        },
        {
            "start": 970415971,
            "stop": 970416007
        },
        {
            "start": 970416010,
            "stop": 970416030
        },
        {
            "start": 970416037,
            "stop": 970416059
        },
        {
            "start": 970416121,
            "stop": 970416133
        },
        {
            "start": 970416137,
            "stop": 970416158
        },
        {
            "start": 970416161,
            "stop": 970416167
        },
        {
            "start": 970416171,
            "stop": 970416185
        },
        {
            "start": 970416188,
            "stop": 970416189
        },
        {
            "start": 970416192,
            "stop": 970416198
        },
        {
            "start": 970416224,
            "stop": 970416234
        },
        {
            "start": 970416237,
            "stop": 970416240
        },
        {
            "start": 970416243,
            "stop": 970416256
        },
        {
            "start": 970416261,
            "stop": 970416305
        }
    ]
}