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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=244",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 245,
    "results": [
        {
            "start": 1240210418,
            "stop": 1240210436
        },
        {
            "start": 1240210439,
            "stop": 1240210471
        },
        {
            "start": 1240210473,
            "stop": 1240211090
        },
        {
            "start": 1240211091,
            "stop": 1240211368
        },
        {
            "start": 1240211370,
            "stop": 1240211464
        },
        {
            "start": 1240211466,
            "stop": 1240211611
        },
        {
            "start": 1240211612,
            "stop": 1240211710
        },
        {
            "start": 1240211712,
            "stop": 1240211858
        },
        {
            "start": 1240211859,
            "stop": 1240211894
        },
        {
            "start": 1240211895,
            "stop": 1240211964
        },
        {
            "start": 1240211966,
            "stop": 1240211989
        },
        {
            "start": 1240211990,
            "stop": 1240212077
        },
        {
            "start": 1240212079,
            "stop": 1240212289
        },
        {
            "start": 1240212291,
            "stop": 1240212393
        },
        {
            "start": 1240212396,
            "stop": 1240212411
        },
        {
            "start": 1240212413,
            "stop": 1240212459
        },
        {
            "start": 1240212460,
            "stop": 1240212462
        },
        {
            "start": 1240212463,
            "stop": 1240212736
        },
        {
            "start": 1240212738,
            "stop": 1240212961
        },
        {
            "start": 1240212962,
            "stop": 1240213056
        }
    ]
}