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=40545
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=40546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40544",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40545,
    "results": [
        {
            "start": 874824033,
            "stop": 874824150
        },
        {
            "start": 874824152,
            "stop": 874824260
        },
        {
            "start": 874824262,
            "stop": 874824287
        },
        {
            "start": 874824288,
            "stop": 874824490
        },
        {
            "start": 874824491,
            "stop": 874824579
        },
        {
            "start": 874824580,
            "stop": 874824607
        },
        {
            "start": 874824608,
            "stop": 874824749
        },
        {
            "start": 874824750,
            "stop": 874824752
        },
        {
            "start": 874824753,
            "stop": 874824970
        },
        {
            "start": 874824971,
            "stop": 874825026
        },
        {
            "start": 874825027,
            "stop": 874825038
        },
        {
            "start": 874825039,
            "stop": 874825052
        },
        {
            "start": 874825053,
            "stop": 874825071
        },
        {
            "start": 874825072,
            "stop": 874825260
        },
        {
            "start": 874825262,
            "stop": 874825276
        },
        {
            "start": 874825278,
            "stop": 874825282
        },
        {
            "start": 874825283,
            "stop": 874825322
        },
        {
            "start": 874825325,
            "stop": 874825367
        },
        {
            "start": 874825368,
            "stop": 874825456
        },
        {
            "start": 874825457,
            "stop": 874825459
        }
    ]
}