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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=337",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 338,
    "results": [
        {
            "start": 1240658786,
            "stop": 1240658939
        },
        {
            "start": 1240658942,
            "stop": 1240659087
        },
        {
            "start": 1240659089,
            "stop": 1240659127
        },
        {
            "start": 1240659129,
            "stop": 1240659286
        },
        {
            "start": 1240659288,
            "stop": 1240659290
        },
        {
            "start": 1240659291,
            "stop": 1240659772
        },
        {
            "start": 1240659773,
            "stop": 1240660184
        },
        {
            "start": 1240660185,
            "stop": 1240660335
        },
        {
            "start": 1240660337,
            "stop": 1240660629
        },
        {
            "start": 1240660630,
            "stop": 1240660721
        },
        {
            "start": 1240660724,
            "stop": 1240660746
        },
        {
            "start": 1240660747,
            "stop": 1240661438
        },
        {
            "start": 1240661441,
            "stop": 1240661527
        },
        {
            "start": 1240661528,
            "stop": 1240661740
        },
        {
            "start": 1240661741,
            "stop": 1240662016
        },
        {
            "start": 1240662017,
            "stop": 1240662110
        },
        {
            "start": 1240662111,
            "stop": 1240662506
        },
        {
            "start": 1240662508,
            "stop": 1240663015
        },
        {
            "start": 1240663016,
            "stop": 1240663111
        },
        {
            "start": 1240663112,
            "stop": 1240663114
        }
    ]
}