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=40793
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=40794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40792",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40793,
    "results": [
        {
            "start": 875005326,
            "stop": 875005370
        },
        {
            "start": 875005371,
            "stop": 875005380
        },
        {
            "start": 875005440,
            "stop": 875005444
        },
        {
            "start": 875005446,
            "stop": 875005450
        },
        {
            "start": 875005451,
            "stop": 875005474
        },
        {
            "start": 875005475,
            "stop": 875005489
        },
        {
            "start": 875005490,
            "stop": 875005511
        },
        {
            "start": 875005513,
            "stop": 875005692
        },
        {
            "start": 875005694,
            "stop": 875005746
        },
        {
            "start": 875005747,
            "stop": 875005768
        },
        {
            "start": 875005770,
            "stop": 875005853
        },
        {
            "start": 875005855,
            "stop": 875005873
        },
        {
            "start": 875005875,
            "stop": 875005902
        },
        {
            "start": 875005904,
            "stop": 875005932
        },
        {
            "start": 875005933,
            "stop": 875005934
        },
        {
            "start": 875005935,
            "stop": 875005975
        },
        {
            "start": 875005976,
            "stop": 875006066
        },
        {
            "start": 875006067,
            "stop": 875006092
        },
        {
            "start": 875006093,
            "stop": 875006094
        },
        {
            "start": 875006095,
            "stop": 875006103
        }
    ]
}