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=40952
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=40953",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40951",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40952,
    "results": [
        {
            "start": 875120612,
            "stop": 875120618
        },
        {
            "start": 875120619,
            "stop": 875120647
        },
        {
            "start": 875120648,
            "stop": 875120655
        },
        {
            "start": 875120657,
            "stop": 875120696
        },
        {
            "start": 875120697,
            "stop": 875120706
        },
        {
            "start": 875120707,
            "stop": 875120741
        },
        {
            "start": 875120743,
            "stop": 875120813
        },
        {
            "start": 875120815,
            "stop": 875120824
        },
        {
            "start": 875120825,
            "stop": 875120845
        },
        {
            "start": 875120846,
            "stop": 875120867
        },
        {
            "start": 875120869,
            "stop": 875120940
        },
        {
            "start": 875120941,
            "stop": 875120944
        },
        {
            "start": 875120945,
            "stop": 875120950
        },
        {
            "start": 875120951,
            "stop": 875120959
        },
        {
            "start": 875120961,
            "stop": 875120962
        },
        {
            "start": 875120963,
            "stop": 875120970
        },
        {
            "start": 875120971,
            "stop": 875120981
        },
        {
            "start": 875120982,
            "stop": 875120992
        },
        {
            "start": 875120993,
            "stop": 875121007
        },
        {
            "start": 875121008,
            "stop": 875121067
        }
    ]
}