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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3514",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3512",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3513,
    "results": [
        {
            "start": 970112842,
            "stop": 970113107
        },
        {
            "start": 970113108,
            "stop": 970114077
        },
        {
            "start": 970114080,
            "stop": 970114785
        },
        {
            "start": 970114788,
            "stop": 970115512
        },
        {
            "start": 970115515,
            "stop": 970116083
        },
        {
            "start": 970116103,
            "stop": 970116593
        },
        {
            "start": 970116594,
            "stop": 970117256
        },
        {
            "start": 970117259,
            "stop": 970118047
        },
        {
            "start": 970118048,
            "stop": 970118512
        },
        {
            "start": 970118515,
            "stop": 970118667
        },
        {
            "start": 970118670,
            "stop": 970118671
        },
        {
            "start": 970118674,
            "stop": 970118717
        },
        {
            "start": 970118720,
            "stop": 970119504
        },
        {
            "start": 970119507,
            "stop": 970119538
        },
        {
            "start": 970119539,
            "stop": 970119965
        },
        {
            "start": 970119971,
            "stop": 970120008
        },
        {
            "start": 970120011,
            "stop": 970120167
        },
        {
            "start": 970120170,
            "stop": 970120255
        },
        {
            "start": 970120260,
            "stop": 970120399
        },
        {
            "start": 970120402,
            "stop": 970120596
        }
    ]
}