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=1841
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=1842",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1840",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1841,
    "results": [
        {
            "start": 1250481227,
            "stop": 1250481500
        },
        {
            "start": 1250481508,
            "stop": 1250482950
        },
        {
            "start": 1250482952,
            "stop": 1250485291
        },
        {
            "start": 1250485294,
            "stop": 1250486232
        },
        {
            "start": 1250486235,
            "stop": 1250486504
        },
        {
            "start": 1250486505,
            "stop": 1250486549
        },
        {
            "start": 1250486551,
            "stop": 1250486628
        },
        {
            "start": 1250486632,
            "stop": 1250487114
        },
        {
            "start": 1250487117,
            "stop": 1250487157
        },
        {
            "start": 1250487158,
            "stop": 1250487159
        },
        {
            "start": 1250487160,
            "stop": 1250487269
        },
        {
            "start": 1250487270,
            "stop": 1250487271
        },
        {
            "start": 1250487277,
            "stop": 1250487280
        },
        {
            "start": 1250487286,
            "stop": 1250487288
        },
        {
            "start": 1250487289,
            "stop": 1250487291
        },
        {
            "start": 1250487292,
            "stop": 1250487296
        },
        {
            "start": 1250487297,
            "stop": 1250487435
        },
        {
            "start": 1250487436,
            "stop": 1250487452
        },
        {
            "start": 1250487453,
            "stop": 1250487468
        },
        {
            "start": 1250487471,
            "stop": 1250487479
        }
    ]
}