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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3423",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3421",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3422,
    "results": [
        {
            "start": 969672912,
            "stop": 969672916
        },
        {
            "start": 969672982,
            "stop": 969673004
        },
        {
            "start": 969673025,
            "stop": 969674270
        },
        {
            "start": 969674273,
            "stop": 969674381
        },
        {
            "start": 969674402,
            "stop": 969674625
        },
        {
            "start": 969674646,
            "stop": 969674688
        },
        {
            "start": 969674691,
            "stop": 969674846
        },
        {
            "start": 969674850,
            "stop": 969674861
        },
        {
            "start": 969674867,
            "stop": 969674938
        },
        {
            "start": 969674941,
            "stop": 969674961
        },
        {
            "start": 969674967,
            "stop": 969675224
        },
        {
            "start": 969675245,
            "stop": 969675656
        },
        {
            "start": 969675659,
            "stop": 969675702
        },
        {
            "start": 969675705,
            "stop": 969675769
        },
        {
            "start": 969675774,
            "stop": 969675804
        },
        {
            "start": 969675807,
            "stop": 969675826
        },
        {
            "start": 969675829,
            "stop": 969675837
        },
        {
            "start": 969675840,
            "stop": 969675859
        },
        {
            "start": 969675863,
            "stop": 969675864
        },
        {
            "start": 969675867,
            "stop": 969675868
        }
    ]
}