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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 351,
    "results": [
        {
            "start": 1240722593,
            "stop": 1240722664
        },
        {
            "start": 1240722665,
            "stop": 1240722713
        },
        {
            "start": 1240722714,
            "stop": 1240722931
        },
        {
            "start": 1240722932,
            "stop": 1240723061
        },
        {
            "start": 1240723064,
            "stop": 1240723273
        },
        {
            "start": 1240723274,
            "stop": 1240723521
        },
        {
            "start": 1240723524,
            "stop": 1240723562
        },
        {
            "start": 1240723563,
            "stop": 1240723697
        },
        {
            "start": 1240723698,
            "stop": 1240723725
        },
        {
            "start": 1240723726,
            "stop": 1240723855
        },
        {
            "start": 1240723856,
            "stop": 1240723863
        },
        {
            "start": 1240723865,
            "stop": 1240723870
        },
        {
            "start": 1240723872,
            "stop": 1240723876
        },
        {
            "start": 1240723878,
            "stop": 1240723941
        },
        {
            "start": 1240723942,
            "stop": 1240723981
        },
        {
            "start": 1240723982,
            "stop": 1240723990
        },
        {
            "start": 1240723991,
            "stop": 1240724036
        },
        {
            "start": 1240724038,
            "stop": 1240724040
        },
        {
            "start": 1240724041,
            "stop": 1240724067
        },
        {
            "start": 1240724068,
            "stop": 1240724109
        }
    ]
}