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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8783",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8784,
    "results": [
        {
            "start": 872320208,
            "stop": 872320495
        },
        {
            "start": 872320517,
            "stop": 872320528
        },
        {
            "start": 872320554,
            "stop": 872320571
        },
        {
            "start": 872320601,
            "stop": 872320610
        },
        {
            "start": 872320629,
            "stop": 872320638
        },
        {
            "start": 872320657,
            "stop": 872320699
        },
        {
            "start": 872320718,
            "stop": 872322334
        },
        {
            "start": 872322351,
            "stop": 872322499
        },
        {
            "start": 872322518,
            "stop": 872322541
        },
        {
            "start": 872322595,
            "stop": 872322611
        },
        {
            "start": 872322667,
            "stop": 872322687
        },
        {
            "start": 872322750,
            "stop": 872322901
        },
        {
            "start": 872322920,
            "stop": 872323127
        },
        {
            "start": 872323146,
            "stop": 872323171
        },
        {
            "start": 872323190,
            "stop": 872323567
        },
        {
            "start": 872323603,
            "stop": 872323711
        },
        {
            "start": 872323737,
            "stop": 872323905
        },
        {
            "start": 872323924,
            "stop": 872324198
        },
        {
            "start": 872324217,
            "stop": 872324322
        },
        {
            "start": 872324341,
            "stop": 872324349
        }
    ]
}