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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 231,
    "results": [
        {
            "start": 1126875726,
            "stop": 1126875729
        },
        {
            "start": 1126875732,
            "stop": 1126875734
        },
        {
            "start": 1126875736,
            "stop": 1126875738
        },
        {
            "start": 1126875740,
            "stop": 1126875743
        },
        {
            "start": 1126875745,
            "stop": 1126875746
        },
        {
            "start": 1126875754,
            "stop": 1126875756
        },
        {
            "start": 1126875758,
            "stop": 1126875769
        },
        {
            "start": 1126875773,
            "stop": 1126875774
        },
        {
            "start": 1126875775,
            "stop": 1126875776
        },
        {
            "start": 1126875779,
            "stop": 1126875783
        },
        {
            "start": 1126875784,
            "stop": 1126875792
        },
        {
            "start": 1126875794,
            "stop": 1126875819
        },
        {
            "start": 1126875820,
            "stop": 1126875857
        },
        {
            "start": 1126875860,
            "stop": 1126875887
        },
        {
            "start": 1126875888,
            "stop": 1126875892
        },
        {
            "start": 1126875893,
            "stop": 1126875894
        },
        {
            "start": 1126875895,
            "stop": 1126875898
        },
        {
            "start": 1126875900,
            "stop": 1126875902
        },
        {
            "start": 1126875903,
            "stop": 1126875908
        },
        {
            "start": 1126875909,
            "stop": 1126875910
        }
    ]
}