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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=195",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 196,
    "results": [
        {
            "start": 838845347,
            "stop": 838910827
        },
        {
            "start": 838910987,
            "stop": 838911833
        },
        {
            "start": 838912331,
            "stop": 838924093
        },
        {
            "start": 838927282,
            "stop": 838997113
        },
        {
            "start": 838997143,
            "stop": 838997144
        },
        {
            "start": 838997318,
            "stop": 839004253
        },
        {
            "start": 839004297,
            "stop": 839004299
        },
        {
            "start": 839004378,
            "stop": 839020730
        },
        {
            "start": 839023957,
            "stop": 839025052
        },
        {
            "start": 839031724,
            "stop": 839033572
        },
        {
            "start": 839033786,
            "stop": 839033893
        },
        {
            "start": 839035338,
            "stop": 839053820
        },
        {
            "start": 839053824,
            "stop": 839053854
        },
        {
            "start": 839053858,
            "stop": 839053903
        },
        {
            "start": 839053907,
            "stop": 839053918
        },
        {
            "start": 839053922,
            "stop": 839053932
        },
        {
            "start": 839053936,
            "stop": 839054000
        },
        {
            "start": 839054004,
            "stop": 839054053
        },
        {
            "start": 839054061,
            "stop": 839054067
        },
        {
            "start": 839054076,
            "stop": 839054207
        }
    ]
}