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=3582
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=3583",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3581",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3582,
    "results": [
        {
            "start": 970408177,
            "stop": 970408189
        },
        {
            "start": 970408192,
            "stop": 970408200
        },
        {
            "start": 970408204,
            "stop": 970408216
        },
        {
            "start": 970408220,
            "stop": 970408244
        },
        {
            "start": 970408247,
            "stop": 970408255
        },
        {
            "start": 970408258,
            "stop": 970408267
        },
        {
            "start": 970408270,
            "stop": 970408293
        },
        {
            "start": 970408296,
            "stop": 970408330
        },
        {
            "start": 970408335,
            "stop": 970408367
        },
        {
            "start": 970408371,
            "stop": 970408374
        },
        {
            "start": 970408377,
            "stop": 970408407
        },
        {
            "start": 970408410,
            "stop": 970408411
        },
        {
            "start": 970408415,
            "stop": 970408418
        },
        {
            "start": 970408419,
            "stop": 970408428
        },
        {
            "start": 970408434,
            "stop": 970408444
        },
        {
            "start": 970408636,
            "stop": 970408658
        },
        {
            "start": 970408661,
            "stop": 970408679
        },
        {
            "start": 970408682,
            "stop": 970408711
        },
        {
            "start": 970408714,
            "stop": 970408732
        },
        {
            "start": 970408735,
            "stop": 970408741
        }
    ]
}