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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=420",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 421,
    "results": [
        {
            "start": 932797963,
            "stop": 932798189
        },
        {
            "start": 932798190,
            "stop": 932798279
        },
        {
            "start": 932798280,
            "stop": 932798452
        },
        {
            "start": 932798453,
            "stop": 932798527
        },
        {
            "start": 932798529,
            "stop": 932798544
        },
        {
            "start": 932798545,
            "stop": 932798927
        },
        {
            "start": 932798928,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932803816
        },
        {
            "start": 932803817,
            "stop": 932804047
        },
        {
            "start": 932804048,
            "stop": 932804149
        },
        {
            "start": 932804150,
            "stop": 932804709
        },
        {
            "start": 932804711,
            "stop": 932805511
        },
        {
            "start": 932805513,
            "stop": 932805756
        },
        {
            "start": 932805757,
            "stop": 932806201
        },
        {
            "start": 932806203,
            "stop": 932806392
        },
        {
            "start": 932806393,
            "stop": 932806564
        },
        {
            "start": 932806566,
            "stop": 932806815
        },
        {
            "start": 932807175,
            "stop": 932807479
        },
        {
            "start": 932807480,
            "stop": 932807489
        },
        {
            "start": 932807490,
            "stop": 932807617
        }
    ]
}