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=3438
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=3439",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3437",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3438,
    "results": [
        {
            "start": 969758325,
            "stop": 969758972
        },
        {
            "start": 969758975,
            "stop": 969759106
        },
        {
            "start": 969759109,
            "stop": 969759222
        },
        {
            "start": 969759225,
            "stop": 969759267
        },
        {
            "start": 969759270,
            "stop": 969759574
        },
        {
            "start": 969759577,
            "stop": 969759587
        },
        {
            "start": 969759647,
            "stop": 969759707
        },
        {
            "start": 969759767,
            "stop": 969759794
        },
        {
            "start": 969759797,
            "stop": 969760158
        },
        {
            "start": 969760161,
            "stop": 969760167
        },
        {
            "start": 969760170,
            "stop": 969760512
        },
        {
            "start": 969760515,
            "stop": 969760535
        },
        {
            "start": 969760536,
            "stop": 969760584
        },
        {
            "start": 969760595,
            "stop": 969760629
        },
        {
            "start": 969760635,
            "stop": 969760636
        },
        {
            "start": 969760657,
            "stop": 969760661
        },
        {
            "start": 969760667,
            "stop": 969760696
        },
        {
            "start": 969760702,
            "stop": 969760710
        },
        {
            "start": 969760719,
            "stop": 969760728
        },
        {
            "start": 969760749,
            "stop": 969760756
        }
    ]
}