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=40720
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=40721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40719",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40720,
    "results": [
        {
            "start": 874956432,
            "stop": 874956441
        },
        {
            "start": 874956442,
            "stop": 874956451
        },
        {
            "start": 874956453,
            "stop": 874956480
        },
        {
            "start": 874956481,
            "stop": 874956490
        },
        {
            "start": 874956491,
            "stop": 874956500
        },
        {
            "start": 874956501,
            "stop": 874956524
        },
        {
            "start": 874956525,
            "stop": 874956531
        },
        {
            "start": 874956532,
            "stop": 874956545
        },
        {
            "start": 874956547,
            "stop": 874956560
        },
        {
            "start": 874956561,
            "stop": 874956566
        },
        {
            "start": 874956567,
            "stop": 874956590
        },
        {
            "start": 874956591,
            "stop": 874956596
        },
        {
            "start": 874956597,
            "stop": 874956643
        },
        {
            "start": 874956644,
            "stop": 874956653
        },
        {
            "start": 874956654,
            "stop": 874956656
        },
        {
            "start": 874956657,
            "stop": 874956705
        },
        {
            "start": 874956707,
            "stop": 874956720
        },
        {
            "start": 874956722,
            "stop": 874956729
        },
        {
            "start": 874956730,
            "stop": 874956751
        },
        {
            "start": 874956752,
            "stop": 874956792
        }
    ]
}