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=40710
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=40711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40709",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40710,
    "results": [
        {
            "start": 874953621,
            "stop": 874953625
        },
        {
            "start": 874953626,
            "stop": 874953631
        },
        {
            "start": 874953632,
            "stop": 874953636
        },
        {
            "start": 874953637,
            "stop": 874953641
        },
        {
            "start": 874953642,
            "stop": 874953647
        },
        {
            "start": 874953648,
            "stop": 874953652
        },
        {
            "start": 874953653,
            "stop": 874953657
        },
        {
            "start": 874953659,
            "stop": 874953663
        },
        {
            "start": 874953664,
            "stop": 874953668
        },
        {
            "start": 874953669,
            "stop": 874953674
        },
        {
            "start": 874953675,
            "stop": 874953679
        },
        {
            "start": 874953681,
            "stop": 874953685
        },
        {
            "start": 874953686,
            "stop": 874953690
        },
        {
            "start": 874953691,
            "stop": 874953695
        },
        {
            "start": 874953698,
            "stop": 874953701
        },
        {
            "start": 874953702,
            "stop": 874953706
        },
        {
            "start": 874953708,
            "stop": 874953712
        },
        {
            "start": 874953713,
            "stop": 874953717
        },
        {
            "start": 874953720,
            "stop": 874953722
        },
        {
            "start": 874953723,
            "stop": 874953728
        }
    ]
}