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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=220",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 221,
    "results": [
        {
            "start": 855561036,
            "stop": 855581605
        },
        {
            "start": 855621102,
            "stop": 855623653
        },
        {
            "start": 855624342,
            "stop": 855627868
        },
        {
            "start": 855627965,
            "stop": 855648513
        },
        {
            "start": 855652812,
            "stop": 855663093
        },
        {
            "start": 855663844,
            "stop": 855669431
        },
        {
            "start": 855669568,
            "stop": 855671146
        },
        {
            "start": 855672403,
            "stop": 855676111
        },
        {
            "start": 855676414,
            "stop": 855676814
        },
        {
            "start": 855696198,
            "stop": 855699112
        },
        {
            "start": 855699234,
            "stop": 855702850
        },
        {
            "start": 855702920,
            "stop": 855703688
        },
        {
            "start": 855704834,
            "stop": 855708745
        },
        {
            "start": 855712334,
            "stop": 855738522
        },
        {
            "start": 855740031,
            "stop": 855748315
        },
        {
            "start": 855749549,
            "stop": 855760391
        },
        {
            "start": 855760469,
            "stop": 855793013
        },
        {
            "start": 855794465,
            "stop": 855802293
        },
        {
            "start": 855802343,
            "stop": 855820871
        },
        {
            "start": 855824621,
            "stop": 855834521
        }
    ]
}