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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=85",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 86,
    "results": [
        {
            "start": 816656373,
            "stop": 816656406
        },
        {
            "start": 816656411,
            "stop": 816656413
        },
        {
            "start": 816656417,
            "stop": 816656420
        },
        {
            "start": 816656424,
            "stop": 816656426
        },
        {
            "start": 816656437,
            "stop": 816656438
        },
        {
            "start": 816656441,
            "stop": 816656452
        },
        {
            "start": 816656457,
            "stop": 816656465
        },
        {
            "start": 816656471,
            "stop": 816656472
        },
        {
            "start": 816656482,
            "stop": 816656488
        },
        {
            "start": 816656493,
            "stop": 816656495
        },
        {
            "start": 816656503,
            "stop": 816656506
        },
        {
            "start": 816656518,
            "stop": 816656519
        },
        {
            "start": 816656525,
            "stop": 816656528
        },
        {
            "start": 816656532,
            "stop": 816656565
        },
        {
            "start": 816656568,
            "stop": 816656573
        },
        {
            "start": 816656577,
            "stop": 816656579
        },
        {
            "start": 816656583,
            "stop": 816656627
        },
        {
            "start": 816656631,
            "stop": 816656640
        },
        {
            "start": 816656647,
            "stop": 816656649
        },
        {
            "start": 816656655,
            "stop": 816656658
        }
    ]
}