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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=114",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 115,
    "results": [
        {
            "start": 818231290,
            "stop": 818231293
        },
        {
            "start": 818231329,
            "stop": 818231334
        },
        {
            "start": 818231345,
            "stop": 818231350
        },
        {
            "start": 818231362,
            "stop": 818231366
        },
        {
            "start": 818231465,
            "stop": 818231470
        },
        {
            "start": 818231540,
            "stop": 818231543
        },
        {
            "start": 818231594,
            "stop": 818231595
        },
        {
            "start": 818231639,
            "stop": 818231644
        },
        {
            "start": 818231687,
            "stop": 818231698
        },
        {
            "start": 818232001,
            "stop": 818232006
        },
        {
            "start": 818232119,
            "stop": 818232121
        },
        {
            "start": 818232215,
            "stop": 818232216
        },
        {
            "start": 818232338,
            "stop": 818232342
        },
        {
            "start": 818232430,
            "stop": 818232431
        },
        {
            "start": 818232541,
            "stop": 818232542
        },
        {
            "start": 818232604,
            "stop": 818232605
        },
        {
            "start": 818232629,
            "stop": 818232630
        },
        {
            "start": 818232668,
            "stop": 818232670
        },
        {
            "start": 818232784,
            "stop": 818232786
        },
        {
            "start": 818232929,
            "stop": 818232931
        }
    ]
}