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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 219,
    "results": [
        {
            "start": 1126871613,
            "stop": 1126871648
        },
        {
            "start": 1126871650,
            "stop": 1126871712
        },
        {
            "start": 1126871713,
            "stop": 1126871718
        },
        {
            "start": 1126871723,
            "stop": 1126871725
        },
        {
            "start": 1126871727,
            "stop": 1126871728
        },
        {
            "start": 1126871729,
            "stop": 1126871731
        },
        {
            "start": 1126871732,
            "stop": 1126871737
        },
        {
            "start": 1126871738,
            "stop": 1126871776
        },
        {
            "start": 1126871781,
            "stop": 1126871782
        },
        {
            "start": 1126871785,
            "stop": 1126871790
        },
        {
            "start": 1126871792,
            "stop": 1126871795
        },
        {
            "start": 1126871799,
            "stop": 1126871805
        },
        {
            "start": 1126871806,
            "stop": 1126871821
        },
        {
            "start": 1126871822,
            "stop": 1126871825
        },
        {
            "start": 1126871827,
            "stop": 1126871831
        },
        {
            "start": 1126871832,
            "stop": 1126871833
        },
        {
            "start": 1126871834,
            "stop": 1126871837
        },
        {
            "start": 1126871838,
            "stop": 1126871839
        },
        {
            "start": 1126871842,
            "stop": 1126871846
        },
        {
            "start": 1126871847,
            "stop": 1126871854
        }
    ]
}