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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=247",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 248,
    "results": [
        {
            "start": 960794142,
            "stop": 960797890
        },
        {
            "start": 960800511,
            "stop": 960805599
        },
        {
            "start": 960807640,
            "stop": 960819722
        },
        {
            "start": 960834654,
            "stop": 960836703
        },
        {
            "start": 960840462,
            "stop": 960842075
        },
        {
            "start": 960844211,
            "stop": 960845344
        },
        {
            "start": 960847853,
            "stop": 960849918
        },
        {
            "start": 960879659,
            "stop": 960881311
        },
        {
            "start": 960885121,
            "stop": 960888436
        },
        {
            "start": 960890934,
            "stop": 960893662
        },
        {
            "start": 960895977,
            "stop": 960896086
        },
        {
            "start": 960898289,
            "stop": 960902480
        },
        {
            "start": 960909516,
            "stop": 960916976
        },
        {
            "start": 960918790,
            "stop": 960921885
        },
        {
            "start": 960923049,
            "stop": 960923380
        },
        {
            "start": 960926680,
            "stop": 960931309
        },
        {
            "start": 960936873,
            "stop": 960939940
        },
        {
            "start": 960942503,
            "stop": 960943897
        },
        {
            "start": 960964054,
            "stop": 960977053
        },
        {
            "start": 960979509,
            "stop": 960983274
        }
    ]
}