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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=478",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=476",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 477,
    "results": [
        {
            "start": 1262172703,
            "stop": 1262173261
        },
        {
            "start": 1262173264,
            "stop": 1262173355
        },
        {
            "start": 1262173358,
            "stop": 1262173409
        },
        {
            "start": 1262173412,
            "stop": 1262173529
        },
        {
            "start": 1262173532,
            "stop": 1262173765
        },
        {
            "start": 1262173768,
            "stop": 1262173840
        },
        {
            "start": 1262173843,
            "stop": 1262173892
        },
        {
            "start": 1262173895,
            "stop": 1262173966
        },
        {
            "start": 1262173969,
            "stop": 1262174062
        },
        {
            "start": 1262174065,
            "stop": 1262174291
        },
        {
            "start": 1262174294,
            "stop": 1262174344
        },
        {
            "start": 1262174347,
            "stop": 1262174351
        },
        {
            "start": 1262174354,
            "stop": 1262174462
        },
        {
            "start": 1262174465,
            "stop": 1262174888
        },
        {
            "start": 1262174891,
            "stop": 1262174946
        },
        {
            "start": 1262174949,
            "stop": 1262175191
        },
        {
            "start": 1262175194,
            "stop": 1262175312
        },
        {
            "start": 1262175315,
            "stop": 1262175569
        },
        {
            "start": 1262175572,
            "stop": 1262175643
        },
        {
            "start": 1262175647,
            "stop": 1262175659
        }
    ]
}