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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=188",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 189,
    "results": [
        {
            "start": 816847018,
            "stop": 816847080
        },
        {
            "start": 816847099,
            "stop": 816847102
        },
        {
            "start": 816847108,
            "stop": 816847111
        },
        {
            "start": 816847115,
            "stop": 816847255
        },
        {
            "start": 816847260,
            "stop": 816847264
        },
        {
            "start": 816847269,
            "stop": 816847270
        },
        {
            "start": 816847276,
            "stop": 816847287
        },
        {
            "start": 816847291,
            "stop": 816847295
        },
        {
            "start": 816847299,
            "stop": 816847357
        },
        {
            "start": 816847363,
            "stop": 816847364
        },
        {
            "start": 816847368,
            "stop": 816847370
        },
        {
            "start": 816847376,
            "stop": 816847377
        },
        {
            "start": 816847392,
            "stop": 816847404
        },
        {
            "start": 816847408,
            "stop": 816847461
        },
        {
            "start": 816847466,
            "stop": 816847469
        },
        {
            "start": 816847472,
            "stop": 816847476
        },
        {
            "start": 816847480,
            "stop": 816847494
        },
        {
            "start": 816847497,
            "stop": 816847578
        },
        {
            "start": 816847581,
            "stop": 816847620
        },
        {
            "start": 816847625,
            "stop": 816847627
        }
    ]
}