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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=300",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 301,
    "results": [
        {
            "start": 1240397002,
            "stop": 1240397097
        },
        {
            "start": 1240397099,
            "stop": 1240397123
        },
        {
            "start": 1240397125,
            "stop": 1240397649
        },
        {
            "start": 1240397650,
            "stop": 1240397846
        },
        {
            "start": 1240397847,
            "stop": 1240398392
        },
        {
            "start": 1240398393,
            "stop": 1240398530
        },
        {
            "start": 1240398531,
            "stop": 1240398780
        },
        {
            "start": 1240398852,
            "stop": 1240399029
        },
        {
            "start": 1240399032,
            "stop": 1240399272
        },
        {
            "start": 1240399275,
            "stop": 1240399979
        },
        {
            "start": 1240399980,
            "stop": 1240400473
        },
        {
            "start": 1240400474,
            "stop": 1240400770
        },
        {
            "start": 1240400772,
            "stop": 1240400779
        },
        {
            "start": 1240400780,
            "stop": 1240400799
        },
        {
            "start": 1240400800,
            "stop": 1240400908
        },
        {
            "start": 1240400911,
            "stop": 1240401160
        },
        {
            "start": 1240401161,
            "stop": 1240401362
        },
        {
            "start": 1240401363,
            "stop": 1240401602
        },
        {
            "start": 1240401603,
            "stop": 1240401605
        },
        {
            "start": 1240401606,
            "stop": 1240401607
        }
    ]
}