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=40779
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=40780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40778",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40779,
    "results": [
        {
            "start": 874995302,
            "stop": 874995307
        },
        {
            "start": 874995308,
            "stop": 874995312
        },
        {
            "start": 874995313,
            "stop": 874995333
        },
        {
            "start": 874995334,
            "stop": 874995383
        },
        {
            "start": 874995384,
            "stop": 874995391
        },
        {
            "start": 874995392,
            "stop": 874995414
        },
        {
            "start": 874995415,
            "stop": 874995420
        },
        {
            "start": 874995421,
            "stop": 874995453
        },
        {
            "start": 874995454,
            "stop": 874995495
        },
        {
            "start": 874995497,
            "stop": 874995504
        },
        {
            "start": 874995505,
            "stop": 874995510
        },
        {
            "start": 874995512,
            "stop": 874995516
        },
        {
            "start": 874995518,
            "stop": 874995526
        },
        {
            "start": 874995527,
            "stop": 874995543
        },
        {
            "start": 874995545,
            "stop": 874995558
        },
        {
            "start": 874995560,
            "stop": 874995578
        },
        {
            "start": 874995579,
            "stop": 874995588
        },
        {
            "start": 874995590,
            "stop": 874995595
        },
        {
            "start": 874995597,
            "stop": 874995609
        },
        {
            "start": 874995611,
            "stop": 874995625
        }
    ]
}