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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=301",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 302,
    "results": [
        {
            "start": 935441697,
            "stop": 935442015
        },
        {
            "start": 935442255,
            "stop": 935443204
        },
        {
            "start": 935443207,
            "stop": 935443682
        },
        {
            "start": 935443700,
            "stop": 935443997
        },
        {
            "start": 935453782,
            "stop": 935454265
        },
        {
            "start": 935454268,
            "stop": 935454851
        },
        {
            "start": 935454854,
            "stop": 935455365
        },
        {
            "start": 935455368,
            "stop": 935455944
        },
        {
            "start": 935455946,
            "stop": 935456020
        },
        {
            "start": 935456022,
            "stop": 935456415
        },
        {
            "start": 935456595,
            "stop": 935456750
        },
        {
            "start": 935456819,
            "stop": 935457385
        },
        {
            "start": 935457387,
            "stop": 935457399
        },
        {
            "start": 935457402,
            "stop": 935457415
        },
        {
            "start": 935457417,
            "stop": 935457429
        },
        {
            "start": 935457432,
            "stop": 935457444
        },
        {
            "start": 935457447,
            "stop": 935458706
        },
        {
            "start": 935458708,
            "stop": 935460015
        },
        {
            "start": 935460195,
            "stop": 935460320
        },
        {
            "start": 935464161,
            "stop": 935464288
        }
    ]
}