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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=157",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 158,
    "results": [
        {
            "start": 843310158,
            "stop": 843310314
        },
        {
            "start": 843310498,
            "stop": 843311832
        },
        {
            "start": 843333121,
            "stop": 843334338
        },
        {
            "start": 843367724,
            "stop": 843379519
        },
        {
            "start": 843380890,
            "stop": 843385991
        },
        {
            "start": 843386053,
            "stop": 843390343
        },
        {
            "start": 843392311,
            "stop": 843394864
        },
        {
            "start": 843399427,
            "stop": 843401382
        },
        {
            "start": 843402044,
            "stop": 843403651
        },
        {
            "start": 843404497,
            "stop": 843404712
        },
        {
            "start": 843405658,
            "stop": 843405897
        },
        {
            "start": 843409021,
            "stop": 843409843
        },
        {
            "start": 843412568,
            "stop": 843415503
        },
        {
            "start": 843419061,
            "stop": 843423576
        },
        {
            "start": 843425138,
            "stop": 843426748
        },
        {
            "start": 843428177,
            "stop": 843428468
        },
        {
            "start": 843428553,
            "stop": 843430092
        },
        {
            "start": 843430189,
            "stop": 843444009
        },
        {
            "start": 843452602,
            "stop": 843457184
        },
        {
            "start": 843458551,
            "stop": 843460543
        }
    ]
}