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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=109",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 110,
    "results": [
        {
            "start": 819841372,
            "stop": 819841481
        },
        {
            "start": 819841570,
            "stop": 819842158
        },
        {
            "start": 819842165,
            "stop": 819842238
        },
        {
            "start": 819842245,
            "stop": 819842654
        },
        {
            "start": 819843526,
            "stop": 819843821
        },
        {
            "start": 819843828,
            "stop": 819843848
        },
        {
            "start": 819843856,
            "stop": 819843937
        },
        {
            "start": 819843944,
            "stop": 819844047
        },
        {
            "start": 819844055,
            "stop": 819844123
        },
        {
            "start": 819844130,
            "stop": 819844200
        },
        {
            "start": 819844320,
            "stop": 819844935
        },
        {
            "start": 819844942,
            "stop": 819845104
        },
        {
            "start": 819845111,
            "stop": 819846316
        },
        {
            "start": 819846324,
            "stop": 819846419
        },
        {
            "start": 819846426,
            "stop": 819846561
        },
        {
            "start": 819846568,
            "stop": 819847127
        },
        {
            "start": 819847134,
            "stop": 819847149
        },
        {
            "start": 819847379,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847823
        },
        {
            "start": 819847830,
            "stop": 819848132
        }
    ]
}