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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8567",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8568,
    "results": [
        {
            "start": 870186324,
            "stop": 870186583
        },
        {
            "start": 870186703,
            "stop": 870187440
        },
        {
            "start": 870187500,
            "stop": 870187640
        },
        {
            "start": 870187657,
            "stop": 870190582
        },
        {
            "start": 870190620,
            "stop": 870191513
        },
        {
            "start": 870191530,
            "stop": 870192141
        },
        {
            "start": 870192158,
            "stop": 870192230
        },
        {
            "start": 870192310,
            "stop": 870192515
        },
        {
            "start": 870192635,
            "stop": 870192788
        },
        {
            "start": 870192908,
            "stop": 870194175
        },
        {
            "start": 870194295,
            "stop": 870194510
        },
        {
            "start": 870194590,
            "stop": 870197153
        },
        {
            "start": 870197157,
            "stop": 870197498
        },
        {
            "start": 870197534,
            "stop": 870197918
        },
        {
            "start": 870198038,
            "stop": 870198141
        },
        {
            "start": 870198261,
            "stop": 870199154
        },
        {
            "start": 870199270,
            "stop": 870199490
        },
        {
            "start": 870199570,
            "stop": 870199934
        },
        {
            "start": 870200054,
            "stop": 870200252
        },
        {
            "start": 870200315,
            "stop": 870200330
        }
    ]
}