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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=350",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 351,
    "results": [
        {
            "start": 821754916,
            "stop": 821754918
        },
        {
            "start": 821754921,
            "stop": 821754931
        },
        {
            "start": 821754935,
            "stop": 821754946
        },
        {
            "start": 821754949,
            "stop": 821754952
        },
        {
            "start": 821754956,
            "stop": 821754964
        },
        {
            "start": 821754967,
            "stop": 821754971
        },
        {
            "start": 821754974,
            "stop": 821754979
        },
        {
            "start": 821754982,
            "stop": 821754985
        },
        {
            "start": 821754988,
            "stop": 821754992
        },
        {
            "start": 821754995,
            "stop": 821755005
        },
        {
            "start": 821755011,
            "stop": 821755012
        },
        {
            "start": 821755018,
            "stop": 821755019
        },
        {
            "start": 821755905,
            "stop": 821755911
        },
        {
            "start": 821755917,
            "stop": 821755918
        },
        {
            "start": 821755922,
            "stop": 821755931
        },
        {
            "start": 821755935,
            "stop": 821755941
        },
        {
            "start": 821755947,
            "stop": 821755951
        },
        {
            "start": 821755960,
            "stop": 821755964
        },
        {
            "start": 821755974,
            "stop": 821755976
        },
        {
            "start": 821755979,
            "stop": 821755980
        }
    ]
}