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/H1_CBCLOW_CAT3/segments?format=api&page=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=61",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 62,
    "results": [
        {
            "start": 817585270,
            "stop": 817586690
        },
        {
            "start": 817586984,
            "stop": 817587283
        },
        {
            "start": 817587464,
            "stop": 817587890
        },
        {
            "start": 817588090,
            "stop": 817588380
        },
        {
            "start": 817588440,
            "stop": 817588490
        },
        {
            "start": 817588630,
            "stop": 817590960
        },
        {
            "start": 817591080,
            "stop": 817591190
        },
        {
            "start": 817591330,
            "stop": 817591860
        },
        {
            "start": 817591920,
            "stop": 817592533
        },
        {
            "start": 817592582,
            "stop": 817592583
        },
        {
            "start": 817594520,
            "stop": 817595880
        },
        {
            "start": 817595940,
            "stop": 817596420
        },
        {
            "start": 817596480,
            "stop": 817596493
        },
        {
            "start": 817596505,
            "stop": 817596506
        },
        {
            "start": 817597348,
            "stop": 817598750
        },
        {
            "start": 817598830,
            "stop": 817599420
        },
        {
            "start": 817599480,
            "stop": 817599590
        },
        {
            "start": 817599670,
            "stop": 817600190
        },
        {
            "start": 817605934,
            "stop": 817606492
        },
        {
            "start": 817606520,
            "stop": 817606523
        }
    ]
}