Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5017
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5016",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5017,
    "results": [
        {
            "start": 874554502,
            "stop": 874554589
        },
        {
            "start": 874554608,
            "stop": 874554633
        },
        {
            "start": 874554640,
            "stop": 874554642
        },
        {
            "start": 874554649,
            "stop": 874554718
        },
        {
            "start": 874554725,
            "stop": 874554800
        },
        {
            "start": 874554807,
            "stop": 874554831
        },
        {
            "start": 874554839,
            "stop": 874554905
        },
        {
            "start": 874554912,
            "stop": 874554931
        },
        {
            "start": 874554939,
            "stop": 874554944
        },
        {
            "start": 874554952,
            "stop": 874555134
        },
        {
            "start": 874555142,
            "stop": 874555216
        },
        {
            "start": 874555223,
            "stop": 874555250
        },
        {
            "start": 874555258,
            "stop": 874555277
        },
        {
            "start": 874555289,
            "stop": 874555308
        },
        {
            "start": 874555315,
            "stop": 874555365
        },
        {
            "start": 874555376,
            "stop": 874555427
        },
        {
            "start": 874555434,
            "stop": 874555528
        },
        {
            "start": 874555535,
            "stop": 874555581
        },
        {
            "start": 874555588,
            "stop": 874555745
        },
        {
            "start": 874555752,
            "stop": 874555807
        }
    ]
}