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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3616",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3614",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3615,
    "results": [
        {
            "start": 970472157,
            "stop": 970472164
        },
        {
            "start": 970472170,
            "stop": 970472202
        },
        {
            "start": 970472205,
            "stop": 970472218
        },
        {
            "start": 970472223,
            "stop": 970472224
        },
        {
            "start": 970472227,
            "stop": 970472255
        },
        {
            "start": 970472258,
            "stop": 970472264
        },
        {
            "start": 970472267,
            "stop": 970472304
        },
        {
            "start": 970472307,
            "stop": 970472346
        },
        {
            "start": 970472349,
            "stop": 970472351
        },
        {
            "start": 970472354,
            "stop": 970472367
        },
        {
            "start": 970472370,
            "stop": 970472397
        },
        {
            "start": 970472400,
            "stop": 970472444
        },
        {
            "start": 970472447,
            "stop": 970472468
        },
        {
            "start": 970472471,
            "stop": 970472491
        },
        {
            "start": 970472494,
            "stop": 970472523
        },
        {
            "start": 970472526,
            "stop": 970472555
        },
        {
            "start": 970472558,
            "stop": 970472585
        },
        {
            "start": 970472590,
            "stop": 970472690
        },
        {
            "start": 970472693,
            "stop": 970472729
        },
        {
            "start": 970472733,
            "stop": 970472750
        }
    ]
}