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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=134",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 135,
    "results": [
        {
            "start": 931725319,
            "stop": 931725321
        },
        {
            "start": 931725332,
            "stop": 931725333
        },
        {
            "start": 931725411,
            "stop": 931725412
        },
        {
            "start": 931725457,
            "stop": 931725459
        },
        {
            "start": 931725477,
            "stop": 931725482
        },
        {
            "start": 931725488,
            "stop": 931725492
        },
        {
            "start": 931729367,
            "stop": 931729370
        },
        {
            "start": 931729387,
            "stop": 931729395
        },
        {
            "start": 931729401,
            "stop": 931729404
        },
        {
            "start": 931729409,
            "stop": 931729412
        },
        {
            "start": 931729421,
            "stop": 931729429
        },
        {
            "start": 931729451,
            "stop": 931729454
        },
        {
            "start": 931729460,
            "stop": 931729514
        },
        {
            "start": 931729519,
            "stop": 931729529
        },
        {
            "start": 931729535,
            "stop": 931729574
        },
        {
            "start": 931729580,
            "stop": 931729612
        },
        {
            "start": 931729617,
            "stop": 931729725
        },
        {
            "start": 931729733,
            "stop": 931729853
        },
        {
            "start": 931729859,
            "stop": 931729862
        },
        {
            "start": 931729867,
            "stop": 931730006
        }
    ]
}