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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 150,
    "results": [
        {
            "start": 1418219950,
            "stop": 1418220514
        },
        {
            "start": 1418220518,
            "stop": 1418222831
        },
        {
            "start": 1418222836,
            "stop": 1418223067
        },
        {
            "start": 1418223072,
            "stop": 1418223508
        },
        {
            "start": 1418223513,
            "stop": 1418223662
        },
        {
            "start": 1418223670,
            "stop": 1418226133
        },
        {
            "start": 1418226138,
            "stop": 1418226165
        },
        {
            "start": 1418226284,
            "stop": 1418227155
        },
        {
            "start": 1418227160,
            "stop": 1418227428
        },
        {
            "start": 1418235759,
            "stop": 1418236296
        },
        {
            "start": 1418236301,
            "stop": 1418237001
        },
        {
            "start": 1418237006,
            "stop": 1418237434
        },
        {
            "start": 1418237438,
            "stop": 1418237716
        },
        {
            "start": 1418237721,
            "stop": 1418237835
        },
        {
            "start": 1418237840,
            "stop": 1418239782
        },
        {
            "start": 1418239787,
            "stop": 1418241847
        },
        {
            "start": 1418241852,
            "stop": 1418243693
        },
        {
            "start": 1418243698,
            "stop": 1418245711
        },
        {
            "start": 1418245716,
            "stop": 1418249482
        },
        {
            "start": 1418251420,
            "stop": 1418253295
        }
    ]
}