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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4247",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4248,
    "results": [
        {
            "start": 874578733,
            "stop": 874578774
        },
        {
            "start": 874578793,
            "stop": 874578802
        },
        {
            "start": 874578821,
            "stop": 874578884
        },
        {
            "start": 874579065,
            "stop": 874579093
        },
        {
            "start": 874579112,
            "stop": 874579120
        },
        {
            "start": 874579139,
            "stop": 874579173
        },
        {
            "start": 874579193,
            "stop": 874579224
        },
        {
            "start": 874579243,
            "stop": 874579374
        },
        {
            "start": 874579451,
            "stop": 874579461
        },
        {
            "start": 874579480,
            "stop": 874579495
        },
        {
            "start": 874579546,
            "stop": 874579595
        },
        {
            "start": 874579635,
            "stop": 874579717
        },
        {
            "start": 874579750,
            "stop": 874579752
        },
        {
            "start": 874579771,
            "stop": 874579773
        },
        {
            "start": 874579832,
            "stop": 874579895
        },
        {
            "start": 874579914,
            "stop": 874579938
        },
        {
            "start": 874579976,
            "stop": 874580016
        },
        {
            "start": 874580039,
            "stop": 874580185
        },
        {
            "start": 874580204,
            "stop": 874580264
        },
        {
            "start": 874580450,
            "stop": 874580554
        }
    ]
}