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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 186,
    "results": [
        {
            "start": 1239891083,
            "stop": 1239891085
        },
        {
            "start": 1239891088,
            "stop": 1239891098
        },
        {
            "start": 1239891100,
            "stop": 1239891104
        },
        {
            "start": 1239891107,
            "stop": 1239891227
        },
        {
            "start": 1239891229,
            "stop": 1239891236
        },
        {
            "start": 1239891237,
            "stop": 1239891466
        },
        {
            "start": 1239891470,
            "stop": 1239891476
        },
        {
            "start": 1239891479,
            "stop": 1239891494
        },
        {
            "start": 1239891495,
            "stop": 1239891499
        },
        {
            "start": 1239891503,
            "stop": 1239891839
        },
        {
            "start": 1239891840,
            "stop": 1239891897
        },
        {
            "start": 1239891898,
            "stop": 1239891977
        },
        {
            "start": 1239891978,
            "stop": 1239892589
        },
        {
            "start": 1239892597,
            "stop": 1239892610
        },
        {
            "start": 1239892612,
            "stop": 1239892634
        },
        {
            "start": 1239892635,
            "stop": 1239893035
        },
        {
            "start": 1239893036,
            "stop": 1239893043
        },
        {
            "start": 1239893045,
            "stop": 1239893334
        },
        {
            "start": 1239893335,
            "stop": 1239893383
        },
        {
            "start": 1239893385,
            "stop": 1239893609
        }
    ]
}