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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=214",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 215,
    "results": [
        {
            "start": 933876255,
            "stop": 933876856
        },
        {
            "start": 933880194,
            "stop": 933882354
        },
        {
            "start": 933882359,
            "stop": 933882499
        },
        {
            "start": 933883904,
            "stop": 933885585
        },
        {
            "start": 933885603,
            "stop": 933885790
        },
        {
            "start": 933885795,
            "stop": 933886577
        },
        {
            "start": 933886596,
            "stop": 933886815
        },
        {
            "start": 933887055,
            "stop": 933890415
        },
        {
            "start": 933890655,
            "stop": 933894015
        },
        {
            "start": 933894255,
            "stop": 933895690
        },
        {
            "start": 933897396,
            "stop": 933897428
        },
        {
            "start": 933897447,
            "stop": 933897615
        },
        {
            "start": 933897855,
            "stop": 933901215
        },
        {
            "start": 933901455,
            "stop": 933904815
        },
        {
            "start": 933905055,
            "stop": 933907018
        },
        {
            "start": 933909120,
            "stop": 933912015
        },
        {
            "start": 933912255,
            "stop": 933913203
        },
        {
            "start": 933919242,
            "stop": 933919350
        },
        {
            "start": 933919358,
            "stop": 933919364
        },
        {
            "start": 933919366,
            "stop": 933919369
        }
    ]
}