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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46790",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46788",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46789,
    "results": [
        {
            "start": 875111705,
            "stop": 875111709
        },
        {
            "start": 875111711,
            "stop": 875111731
        },
        {
            "start": 875111732,
            "stop": 875111738
        },
        {
            "start": 875111741,
            "stop": 875111747
        },
        {
            "start": 875111748,
            "stop": 875111749
        },
        {
            "start": 875111750,
            "stop": 875111751
        },
        {
            "start": 875111753,
            "stop": 875111760
        },
        {
            "start": 875111761,
            "stop": 875111782
        },
        {
            "start": 875111784,
            "stop": 875111795
        },
        {
            "start": 875111796,
            "stop": 875111816
        },
        {
            "start": 875111817,
            "stop": 875111824
        },
        {
            "start": 875111825,
            "stop": 875111859
        },
        {
            "start": 875111860,
            "stop": 875111880
        },
        {
            "start": 875111881,
            "stop": 875111884
        },
        {
            "start": 875111885,
            "stop": 875111901
        },
        {
            "start": 875111902,
            "stop": 875111930
        },
        {
            "start": 875111932,
            "stop": 875111945
        },
        {
            "start": 875111946,
            "stop": 875111962
        },
        {
            "start": 875111964,
            "stop": 875112014
        },
        {
            "start": 875112015,
            "stop": 875112038
        }
    ]
}