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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=175",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 176,
    "results": [
        {
            "start": 816909840,
            "stop": 816909841
        },
        {
            "start": 816909851,
            "stop": 816909969
        },
        {
            "start": 816909976,
            "stop": 816909983
        },
        {
            "start": 816909988,
            "stop": 816909997
        },
        {
            "start": 816910006,
            "stop": 816910011
        },
        {
            "start": 816910015,
            "stop": 816910069
        },
        {
            "start": 816910073,
            "stop": 816910115
        },
        {
            "start": 816910120,
            "stop": 816910123
        },
        {
            "start": 816910134,
            "stop": 816910138
        },
        {
            "start": 816910144,
            "stop": 816910223
        },
        {
            "start": 816910227,
            "stop": 816910254
        },
        {
            "start": 816910257,
            "stop": 816910268
        },
        {
            "start": 816910272,
            "stop": 816910274
        },
        {
            "start": 816910278,
            "stop": 816910279
        },
        {
            "start": 816910283,
            "stop": 816910298
        },
        {
            "start": 816910305,
            "stop": 816910354
        },
        {
            "start": 816910361,
            "stop": 816910365
        },
        {
            "start": 816910375,
            "stop": 816910377
        },
        {
            "start": 816910388,
            "stop": 816910391
        },
        {
            "start": 816910395,
            "stop": 816910503
        }
    ]
}