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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33110",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33111,
    "results": [
        {
            "start": 970558536,
            "stop": 970558547
        },
        {
            "start": 970558548,
            "stop": 970558558
        },
        {
            "start": 970558559,
            "stop": 970558562
        },
        {
            "start": 970558565,
            "stop": 970558572
        },
        {
            "start": 970558574,
            "stop": 970558601
        },
        {
            "start": 970558602,
            "stop": 970558603
        },
        {
            "start": 970558604,
            "stop": 970558647
        },
        {
            "start": 970558648,
            "stop": 970558649
        },
        {
            "start": 970558650,
            "stop": 970558665
        },
        {
            "start": 970558666,
            "stop": 970558670
        },
        {
            "start": 970558672,
            "stop": 970558686
        },
        {
            "start": 970558688,
            "stop": 970558692
        },
        {
            "start": 970558694,
            "stop": 970558737
        },
        {
            "start": 970558738,
            "stop": 970558782
        },
        {
            "start": 970558785,
            "stop": 970558795
        },
        {
            "start": 970558796,
            "stop": 970558827
        },
        {
            "start": 970558829,
            "stop": 970558866
        },
        {
            "start": 970558867,
            "stop": 970558895
        },
        {
            "start": 970558897,
            "stop": 970558911
        },
        {
            "start": 970558917,
            "stop": 970558940
        }
    ]
}