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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3512",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3513,
    "results": [
        {
            "start": 871376458,
            "stop": 871377262
        },
        {
            "start": 871377279,
            "stop": 871378053
        },
        {
            "start": 871378071,
            "stop": 871380329
        },
        {
            "start": 871380346,
            "stop": 871381761
        },
        {
            "start": 871381778,
            "stop": 871382097
        },
        {
            "start": 871382114,
            "stop": 871382218
        },
        {
            "start": 871382235,
            "stop": 871383928
        },
        {
            "start": 871383945,
            "stop": 871385544
        },
        {
            "start": 871385563,
            "stop": 871386995
        },
        {
            "start": 871387012,
            "stop": 871388051
        },
        {
            "start": 871388076,
            "stop": 871388280
        },
        {
            "start": 871388297,
            "stop": 871388311
        },
        {
            "start": 871388328,
            "stop": 871388940
        },
        {
            "start": 871388957,
            "stop": 871389022
        },
        {
            "start": 871389039,
            "stop": 871389120
        },
        {
            "start": 871389180,
            "stop": 871389283
        },
        {
            "start": 871389300,
            "stop": 871389331
        },
        {
            "start": 871389348,
            "stop": 871389526
        },
        {
            "start": 871389543,
            "stop": 871389681
        },
        {
            "start": 871389698,
            "stop": 871389762
        }
    ]
}