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/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=563
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=564",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 563,
    "results": [
        {
            "start": 1262816648,
            "stop": 1262816667
        },
        {
            "start": 1262816670,
            "stop": 1262816682
        },
        {
            "start": 1262816685,
            "stop": 1262816742
        },
        {
            "start": 1262816745,
            "stop": 1262816757
        },
        {
            "start": 1262816760,
            "stop": 1262816796
        },
        {
            "start": 1262816798,
            "stop": 1262816811
        },
        {
            "start": 1262816814,
            "stop": 1262816833
        },
        {
            "start": 1262816836,
            "stop": 1262816853
        },
        {
            "start": 1262816856,
            "stop": 1262816954
        },
        {
            "start": 1262816957,
            "stop": 1262816972
        },
        {
            "start": 1262816975,
            "stop": 1262817048
        },
        {
            "start": 1262817051,
            "stop": 1262817138
        },
        {
            "start": 1262817141,
            "stop": 1262817142
        },
        {
            "start": 1262817145,
            "stop": 1262817192
        },
        {
            "start": 1262817195,
            "stop": 1262817207
        },
        {
            "start": 1262817210,
            "stop": 1262817221
        },
        {
            "start": 1262817224,
            "stop": 1262817233
        },
        {
            "start": 1262817236,
            "stop": 1262817274
        },
        {
            "start": 1262817277,
            "stop": 1262817278
        },
        {
            "start": 1262817284,
            "stop": 1262817328
        }
    ]
}