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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=259",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 260,
    "results": [
        {
            "start": 1240316093,
            "stop": 1240316574
        },
        {
            "start": 1240316575,
            "stop": 1240316628
        },
        {
            "start": 1240316631,
            "stop": 1240317069
        },
        {
            "start": 1240317070,
            "stop": 1240317293
        },
        {
            "start": 1240317294,
            "stop": 1240318041
        },
        {
            "start": 1240318042,
            "stop": 1240318442
        },
        {
            "start": 1240318444,
            "stop": 1240318625
        },
        {
            "start": 1240318633,
            "stop": 1240318775
        },
        {
            "start": 1240318776,
            "stop": 1240318802
        },
        {
            "start": 1240318804,
            "stop": 1240318866
        },
        {
            "start": 1240318867,
            "stop": 1240318868
        },
        {
            "start": 1240318871,
            "stop": 1240318883
        },
        {
            "start": 1240318884,
            "stop": 1240318890
        },
        {
            "start": 1240318891,
            "stop": 1240318914
        },
        {
            "start": 1240318915,
            "stop": 1240318916
        },
        {
            "start": 1240318919,
            "stop": 1240318934
        },
        {
            "start": 1240318935,
            "stop": 1240318940
        },
        {
            "start": 1240318941,
            "stop": 1240318968
        },
        {
            "start": 1240318969,
            "stop": 1240318970
        },
        {
            "start": 1240318971,
            "stop": 1240319010
        }
    ]
}