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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41010",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41008",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41009,
    "results": [
        {
            "start": 875162988,
            "stop": 875163000
        },
        {
            "start": 875163120,
            "stop": 875163131
        },
        {
            "start": 875163132,
            "stop": 875163180
        },
        {
            "start": 875163240,
            "stop": 875163284
        },
        {
            "start": 875163285,
            "stop": 875163297
        },
        {
            "start": 875163298,
            "stop": 875163306
        },
        {
            "start": 875163307,
            "stop": 875163319
        },
        {
            "start": 875163320,
            "stop": 875163346
        },
        {
            "start": 875163347,
            "stop": 875163353
        },
        {
            "start": 875163354,
            "stop": 875163365
        },
        {
            "start": 875163366,
            "stop": 875163395
        },
        {
            "start": 875163396,
            "stop": 875163427
        },
        {
            "start": 875163428,
            "stop": 875163480
        },
        {
            "start": 875163540,
            "stop": 875163589
        },
        {
            "start": 875163590,
            "stop": 875163592
        },
        {
            "start": 875163593,
            "stop": 875163599
        },
        {
            "start": 875163601,
            "stop": 875163619
        },
        {
            "start": 875163620,
            "stop": 875163642
        },
        {
            "start": 875163643,
            "stop": 875163715
        },
        {
            "start": 875163717,
            "stop": 875163767
        }
    ]
}