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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=166",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 167,
    "results": [
        {
            "start": 932521036,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932521986
        },
        {
            "start": 932525106,
            "stop": 932525215
        },
        {
            "start": 932526375,
            "stop": 932527832
        },
        {
            "start": 932527835,
            "stop": 932529179
        },
        {
            "start": 932529181,
            "stop": 932529299
        },
        {
            "start": 932529302,
            "stop": 932529575
        },
        {
            "start": 932530779,
            "stop": 932531009
        },
        {
            "start": 932531012,
            "stop": 932531145
        },
        {
            "start": 932531148,
            "stop": 932531342
        },
        {
            "start": 932531347,
            "stop": 932532661
        },
        {
            "start": 932532663,
            "stop": 932532676
        },
        {
            "start": 932532679,
            "stop": 932532690
        },
        {
            "start": 932532693,
            "stop": 932532705
        },
        {
            "start": 932532708,
            "stop": 932532772
        },
        {
            "start": 932532791,
            "stop": 932533215
        },
        {
            "start": 932533575,
            "stop": 932533635
        },
        {
            "start": 932533637,
            "stop": 932535525
        },
        {
            "start": 932535529,
            "stop": 932535601
        },
        {
            "start": 932535603,
            "stop": 932535615
        }
    ]
}