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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=331",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 332,
    "results": [
        {
            "start": 823668072,
            "stop": 823668117
        },
        {
            "start": 823668122,
            "stop": 823668166
        },
        {
            "start": 823668176,
            "stop": 823668271
        },
        {
            "start": 823668276,
            "stop": 823668598
        },
        {
            "start": 823668608,
            "stop": 823668691
        },
        {
            "start": 823668699,
            "stop": 823668952
        },
        {
            "start": 823668958,
            "stop": 823669072
        },
        {
            "start": 823669077,
            "stop": 823669114
        },
        {
            "start": 823669120,
            "stop": 823669127
        },
        {
            "start": 823669132,
            "stop": 823669237
        },
        {
            "start": 823669242,
            "stop": 823669422
        },
        {
            "start": 823669431,
            "stop": 823669572
        },
        {
            "start": 823669637,
            "stop": 823669646
        },
        {
            "start": 823669654,
            "stop": 823669750
        },
        {
            "start": 823669756,
            "stop": 823670007
        },
        {
            "start": 823670012,
            "stop": 823670066
        },
        {
            "start": 823670129,
            "stop": 823670181
        },
        {
            "start": 823670350,
            "stop": 823670351
        },
        {
            "start": 823670359,
            "stop": 823670489
        },
        {
            "start": 823670498,
            "stop": 823670564
        }
    ]
}