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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=174",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 175,
    "results": [
        {
            "start": 932962752,
            "stop": 932962774
        },
        {
            "start": 932962793,
            "stop": 932962832
        },
        {
            "start": 932962882,
            "stop": 932962902
        },
        {
            "start": 932962961,
            "stop": 932962971
        },
        {
            "start": 932962991,
            "stop": 932962996
        },
        {
            "start": 932963065,
            "stop": 932963069
        },
        {
            "start": 932963088,
            "stop": 932963095
        },
        {
            "start": 932963121,
            "stop": 932963132
        },
        {
            "start": 932963151,
            "stop": 932963158
        },
        {
            "start": 932963177,
            "stop": 932963185
        },
        {
            "start": 932963204,
            "stop": 932963207
        },
        {
            "start": 932963226,
            "stop": 932963241
        },
        {
            "start": 932963285,
            "stop": 932963332
        },
        {
            "start": 932963364,
            "stop": 932963372
        },
        {
            "start": 932963395,
            "stop": 932963433
        },
        {
            "start": 932963452,
            "stop": 932963504
        },
        {
            "start": 932963523,
            "stop": 932963527
        },
        {
            "start": 932963561,
            "stop": 932963571
        },
        {
            "start": 932963590,
            "stop": 932963599
        },
        {
            "start": 932963636,
            "stop": 932963656
        }
    ]
}