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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=323",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 324,
    "results": [
        {
            "start": 1240607502,
            "stop": 1240607504
        },
        {
            "start": 1240607505,
            "stop": 1240607560
        },
        {
            "start": 1240607561,
            "stop": 1240607621
        },
        {
            "start": 1240607622,
            "stop": 1240607627
        },
        {
            "start": 1240607628,
            "stop": 1240607969
        },
        {
            "start": 1240607972,
            "stop": 1240608193
        },
        {
            "start": 1240608196,
            "stop": 1240608208
        },
        {
            "start": 1240608210,
            "stop": 1240608322
        },
        {
            "start": 1240608323,
            "stop": 1240608324
        },
        {
            "start": 1240608325,
            "stop": 1240608429
        },
        {
            "start": 1240608430,
            "stop": 1240608432
        },
        {
            "start": 1240608433,
            "stop": 1240608509
        },
        {
            "start": 1240608510,
            "stop": 1240608511
        },
        {
            "start": 1240608512,
            "stop": 1240608569
        },
        {
            "start": 1240608572,
            "stop": 1240608725
        },
        {
            "start": 1240608727,
            "stop": 1240608739
        },
        {
            "start": 1240608742,
            "stop": 1240608745
        },
        {
            "start": 1240608748,
            "stop": 1240608751
        },
        {
            "start": 1240608752,
            "stop": 1240609258
        },
        {
            "start": 1240609261,
            "stop": 1240609526
        }
    ]
}