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=3537
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=3538",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3536",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3537,
    "results": [
        {
            "start": 970237173,
            "stop": 970237456
        },
        {
            "start": 970237516,
            "stop": 970237630
        },
        {
            "start": 970237633,
            "stop": 970237636
        },
        {
            "start": 970237696,
            "stop": 970237706
        },
        {
            "start": 970237709,
            "stop": 970237724
        },
        {
            "start": 970237730,
            "stop": 970237756
        },
        {
            "start": 970237876,
            "stop": 970237936
        },
        {
            "start": 970238116,
            "stop": 970238193
        },
        {
            "start": 970238196,
            "stop": 970238292
        },
        {
            "start": 970238295,
            "stop": 970238296
        },
        {
            "start": 970238356,
            "stop": 970238371
        },
        {
            "start": 970238377,
            "stop": 970238385
        },
        {
            "start": 970238391,
            "stop": 970238406
        },
        {
            "start": 970238412,
            "stop": 970238538
        },
        {
            "start": 970238559,
            "stop": 970238560
        },
        {
            "start": 970238564,
            "stop": 970238565
        },
        {
            "start": 970238568,
            "stop": 970238611
        },
        {
            "start": 970238612,
            "stop": 970238702
        },
        {
            "start": 970238724,
            "stop": 970238758
        },
        {
            "start": 970238761,
            "stop": 970238809
        }
    ]
}