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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=349",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 350,
    "results": [
        {
            "start": 821754911,
            "stop": 821754913
        },
        {
            "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
        }
    ]
}