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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=227",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 228,
    "results": [
        {
            "start": 842903511,
            "stop": 842903589
        },
        {
            "start": 842904542,
            "stop": 842906614
        },
        {
            "start": 842906617,
            "stop": 842907591
        },
        {
            "start": 842909561,
            "stop": 842909564
        },
        {
            "start": 842909565,
            "stop": 842910493
        },
        {
            "start": 842910716,
            "stop": 842910904
        },
        {
            "start": 842911430,
            "stop": 842911457
        },
        {
            "start": 842911567,
            "stop": 842911570
        },
        {
            "start": 842911870,
            "stop": 842913553
        },
        {
            "start": 842915267,
            "stop": 842915505
        },
        {
            "start": 842915507,
            "stop": 842915510
        },
        {
            "start": 842915511,
            "stop": 842915522
        },
        {
            "start": 842915524,
            "stop": 842915576
        },
        {
            "start": 842915578,
            "stop": 842915579
        },
        {
            "start": 842915581,
            "stop": 842915642
        },
        {
            "start": 842915752,
            "stop": 842915909
        },
        {
            "start": 842915913,
            "stop": 842915923
        },
        {
            "start": 842915924,
            "stop": 842915944
        },
        {
            "start": 842915945,
            "stop": 842915948
        },
        {
            "start": 842915949,
            "stop": 842916075
        }
    ]
}