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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2443",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2444,
    "results": [
        {
            "start": 874279330,
            "stop": 874279730
        },
        {
            "start": 874279810,
            "stop": 874281350
        },
        {
            "start": 874281430,
            "stop": 874281503
        },
        {
            "start": 874281660,
            "stop": 874282660
        },
        {
            "start": 874282677,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874283854
        },
        {
            "start": 874283871,
            "stop": 874286090
        },
        {
            "start": 874286170,
            "stop": 874287991
        },
        {
            "start": 874288008,
            "stop": 874288730
        },
        {
            "start": 874288870,
            "stop": 874291797
        },
        {
            "start": 874291814,
            "stop": 874292355
        },
        {
            "start": 874292372,
            "stop": 874294586
        },
        {
            "start": 874294603,
            "stop": 874295070
        },
        {
            "start": 874295160,
            "stop": 874295810
        },
        {
            "start": 874295890,
            "stop": 874297871
        },
        {
            "start": 874297888,
            "stop": 874299110
        },
        {
            "start": 874299190,
            "stop": 874300689
        },
        {
            "start": 874300724,
            "stop": 874302570
        },
        {
            "start": 874302587,
            "stop": 874303258
        },
        {
            "start": 874303275,
            "stop": 874307177
        }
    ]
}