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=9902
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=9903",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9901",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9902,
    "results": [
        {
            "start": 870890993,
            "stop": 870891009
        },
        {
            "start": 870891024,
            "stop": 870891060
        },
        {
            "start": 870891067,
            "stop": 870891074
        },
        {
            "start": 870891090,
            "stop": 870891100
        },
        {
            "start": 870891157,
            "stop": 870891180
        },
        {
            "start": 870891252,
            "stop": 870891261
        },
        {
            "start": 870891310,
            "stop": 870891312
        },
        {
            "start": 870891353,
            "stop": 870891378
        },
        {
            "start": 870891385,
            "stop": 870891392
        },
        {
            "start": 870891540,
            "stop": 870891587
        },
        {
            "start": 870891611,
            "stop": 870891677
        },
        {
            "start": 870891684,
            "stop": 870891709
        },
        {
            "start": 870891721,
            "stop": 870891780
        },
        {
            "start": 870891840,
            "stop": 870891856
        },
        {
            "start": 870891893,
            "stop": 870891905
        },
        {
            "start": 870891914,
            "stop": 870891920
        },
        {
            "start": 870891928,
            "stop": 870891944
        },
        {
            "start": 870892082,
            "stop": 870892087
        },
        {
            "start": 870892094,
            "stop": 870892101
        },
        {
            "start": 870892110,
            "stop": 870892140
        }
    ]
}