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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=259",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 260,
    "results": [
        {
            "start": 934311278,
            "stop": 934311341
        },
        {
            "start": 934311344,
            "stop": 934311371
        },
        {
            "start": 934311374,
            "stop": 934311398
        },
        {
            "start": 934311518,
            "stop": 934311615
        },
        {
            "start": 934315958,
            "stop": 934316078
        },
        {
            "start": 934316198,
            "stop": 934316318
        },
        {
            "start": 934316498,
            "stop": 934316678
        },
        {
            "start": 934316738,
            "stop": 934317090
        },
        {
            "start": 934317093,
            "stop": 934317158
        },
        {
            "start": 934317278,
            "stop": 934317398
        },
        {
            "start": 934317578,
            "stop": 934317818
        },
        {
            "start": 934317938,
            "stop": 934317998
        },
        {
            "start": 934318058,
            "stop": 934318118
        },
        {
            "start": 934318178,
            "stop": 934318358
        },
        {
            "start": 934318478,
            "stop": 934318538
        },
        {
            "start": 934318598,
            "stop": 934318815
        },
        {
            "start": 934319055,
            "stop": 934319169
        },
        {
            "start": 934319174,
            "stop": 934319498
        },
        {
            "start": 934319558,
            "stop": 934319678
        },
        {
            "start": 934319798,
            "stop": 934319865
        }
    ]
}