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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 186,
    "results": [
        {
            "start": 1176729509,
            "stop": 1176729546
        },
        {
            "start": 1176729547,
            "stop": 1176729597
        },
        {
            "start": 1176729599,
            "stop": 1176729604
        },
        {
            "start": 1176729606,
            "stop": 1176729631
        },
        {
            "start": 1176729632,
            "stop": 1176729654
        },
        {
            "start": 1176729657,
            "stop": 1176729709
        },
        {
            "start": 1176729711,
            "stop": 1176729712
        },
        {
            "start": 1176729716,
            "stop": 1176729717
        },
        {
            "start": 1176729723,
            "stop": 1176729755
        },
        {
            "start": 1176729760,
            "stop": 1176729788
        },
        {
            "start": 1176729789,
            "stop": 1176729792
        },
        {
            "start": 1176729794,
            "stop": 1176729878
        },
        {
            "start": 1176729882,
            "stop": 1176729884
        },
        {
            "start": 1176729886,
            "stop": 1176729887
        },
        {
            "start": 1176729889,
            "stop": 1176729891
        },
        {
            "start": 1176729909,
            "stop": 1176729997
        },
        {
            "start": 1176730000,
            "stop": 1176730009
        },
        {
            "start": 1176730019,
            "stop": 1176730021
        },
        {
            "start": 1176730022,
            "stop": 1176730037
        },
        {
            "start": 1176730038,
            "stop": 1176730045
        }
    ]
}