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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2268",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2269,
    "results": [
        {
            "start": 873554336,
            "stop": 873554698
        },
        {
            "start": 873554718,
            "stop": 873558481
        },
        {
            "start": 873576253,
            "stop": 873576285
        },
        {
            "start": 873576302,
            "stop": 873576320
        },
        {
            "start": 873576337,
            "stop": 873576408
        },
        {
            "start": 873576425,
            "stop": 873576466
        },
        {
            "start": 873576492,
            "stop": 873576493
        },
        {
            "start": 873576523,
            "stop": 873576542
        },
        {
            "start": 873576560,
            "stop": 873576611
        },
        {
            "start": 873576628,
            "stop": 873576692
        },
        {
            "start": 873576709,
            "stop": 873576990
        },
        {
            "start": 873577007,
            "stop": 873577096
        },
        {
            "start": 873577113,
            "stop": 873577127
        },
        {
            "start": 873577144,
            "stop": 873577188
        },
        {
            "start": 873577206,
            "stop": 873580920
        },
        {
            "start": 873581100,
            "stop": 873581321
        },
        {
            "start": 873581487,
            "stop": 873581795
        },
        {
            "start": 873581813,
            "stop": 873582156
        },
        {
            "start": 873582285,
            "stop": 873597081
        },
        {
            "start": 873597100,
            "stop": 873597140
        }
    ]
}