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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3154",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3155,
    "results": [
        {
            "start": 869155789,
            "stop": 869156177
        },
        {
            "start": 869156181,
            "stop": 869156210
        },
        {
            "start": 869156213,
            "stop": 869157235
        },
        {
            "start": 869157239,
            "stop": 869157949
        },
        {
            "start": 869157952,
            "stop": 869158081
        },
        {
            "start": 869158085,
            "stop": 869161419
        },
        {
            "start": 869161422,
            "stop": 869162340
        },
        {
            "start": 869162344,
            "stop": 869162635
        },
        {
            "start": 869162638,
            "stop": 869162756
        },
        {
            "start": 869162760,
            "stop": 869164088
        },
        {
            "start": 869164091,
            "stop": 869164290
        },
        {
            "start": 869164620,
            "stop": 869166000
        },
        {
            "start": 869166060,
            "stop": 869166540
        },
        {
            "start": 869166603,
            "stop": 869166607
        },
        {
            "start": 869166613,
            "stop": 869170904
        },
        {
            "start": 869171085,
            "stop": 869171258
        },
        {
            "start": 869171262,
            "stop": 869172899
        },
        {
            "start": 869172903,
            "stop": 869175840
        },
        {
            "start": 869175900,
            "stop": 869177044
        },
        {
            "start": 869177049,
            "stop": 869177160
        }
    ]
}