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=40800
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=40801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40799",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40800,
    "results": [
        {
            "start": 875010786,
            "stop": 875010790
        },
        {
            "start": 875010791,
            "stop": 875010802
        },
        {
            "start": 875010803,
            "stop": 875010836
        },
        {
            "start": 875010837,
            "stop": 875010868
        },
        {
            "start": 875010869,
            "stop": 875010871
        },
        {
            "start": 875010873,
            "stop": 875010899
        },
        {
            "start": 875010900,
            "stop": 875010919
        },
        {
            "start": 875010923,
            "stop": 875010930
        },
        {
            "start": 875010931,
            "stop": 875010955
        },
        {
            "start": 875010956,
            "stop": 875010957
        },
        {
            "start": 875010958,
            "stop": 875010972
        },
        {
            "start": 875010973,
            "stop": 875010979
        },
        {
            "start": 875010980,
            "stop": 875010993
        },
        {
            "start": 875010994,
            "stop": 875011025
        },
        {
            "start": 875011026,
            "stop": 875011142
        },
        {
            "start": 875011144,
            "stop": 875011171
        },
        {
            "start": 875011173,
            "stop": 875011180
        },
        {
            "start": 875011182,
            "stop": 875011191
        },
        {
            "start": 875011192,
            "stop": 875011340
        },
        {
            "start": 875011342,
            "stop": 875011377
        }
    ]
}