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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=181",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 182,
    "results": [
        {
            "start": 820188480,
            "stop": 820188485
        },
        {
            "start": 820188493,
            "stop": 820188520
        },
        {
            "start": 820188527,
            "stop": 820188533
        },
        {
            "start": 820188540,
            "stop": 820188650
        },
        {
            "start": 820188657,
            "stop": 820188669
        },
        {
            "start": 820188677,
            "stop": 820188748
        },
        {
            "start": 820188761,
            "stop": 820188902
        },
        {
            "start": 820188909,
            "stop": 820188974
        },
        {
            "start": 820188981,
            "stop": 820189099
        },
        {
            "start": 820189106,
            "stop": 820189133
        },
        {
            "start": 820189140,
            "stop": 820189165
        },
        {
            "start": 820189172,
            "stop": 820189247
        },
        {
            "start": 820189254,
            "stop": 820189437
        },
        {
            "start": 820189451,
            "stop": 820189508
        },
        {
            "start": 820189515,
            "stop": 820189522
        },
        {
            "start": 820189529,
            "stop": 820189555
        },
        {
            "start": 820189563,
            "stop": 820189675
        },
        {
            "start": 820189682,
            "stop": 820189911
        },
        {
            "start": 820189918,
            "stop": 820189992
        },
        {
            "start": 820190000,
            "stop": 820190180
        }
    ]
}