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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=258",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 259,
    "results": [
        {
            "start": 931509550,
            "stop": 931509554
        },
        {
            "start": 931509557,
            "stop": 931509565
        },
        {
            "start": 931509570,
            "stop": 931509581
        },
        {
            "start": 931509586,
            "stop": 931509599
        },
        {
            "start": 931509604,
            "stop": 931509635
        },
        {
            "start": 931509637,
            "stop": 931509645
        },
        {
            "start": 931509648,
            "stop": 931509695
        },
        {
            "start": 931509698,
            "stop": 931509699
        },
        {
            "start": 931509701,
            "stop": 931509708
        },
        {
            "start": 931509711,
            "stop": 931509729
        },
        {
            "start": 931509730,
            "stop": 931509743
        },
        {
            "start": 931509750,
            "stop": 931509760
        },
        {
            "start": 931509761,
            "stop": 931509768
        },
        {
            "start": 931509769,
            "stop": 931509770
        },
        {
            "start": 931509775,
            "stop": 931509779
        },
        {
            "start": 931509782,
            "stop": 931509815
        },
        {
            "start": 931509818,
            "stop": 931509821
        },
        {
            "start": 931509824,
            "stop": 931509826
        },
        {
            "start": 931509830,
            "stop": 931509833
        },
        {
            "start": 931509836,
            "stop": 931509850
        }
    ]
}