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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 133,
    "results": [
        {
            "start": 1380071830,
            "stop": 1380077059
        },
        {
            "start": 1380077062,
            "stop": 1380084732
        },
        {
            "start": 1380084737,
            "stop": 1380085291
        },
        {
            "start": 1380085296,
            "stop": 1380087764
        },
        {
            "start": 1380087769,
            "stop": 1380097149
        },
        {
            "start": 1380097152,
            "stop": 1380098750
        },
        {
            "start": 1380098755,
            "stop": 1380106517
        },
        {
            "start": 1380106522,
            "stop": 1380115805
        },
        {
            "start": 1380115810,
            "stop": 1380116885
        },
        {
            "start": 1380116890,
            "stop": 1380131243
        },
        {
            "start": 1380131248,
            "stop": 1380132446
        },
        {
            "start": 1380132449,
            "stop": 1380132615
        },
        {
            "start": 1380132620,
            "stop": 1380136280
        },
        {
            "start": 1380136285,
            "stop": 1380143067
        },
        {
            "start": 1380143072,
            "stop": 1380147739
        },
        {
            "start": 1380147744,
            "stop": 1380149648
        },
        {
            "start": 1380149653,
            "stop": 1380157788
        },
        {
            "start": 1380157793,
            "stop": 1380158581
        },
        {
            "start": 1380158586,
            "stop": 1380161653
        },
        {
            "start": 1380161658,
            "stop": 1380168190
        }
    ]
}