Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=91",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 92,
    "results": [
        {
            "start": 816618265,
            "stop": 816618269
        },
        {
            "start": 816618277,
            "stop": 816618298
        },
        {
            "start": 816618302,
            "stop": 816618308
        },
        {
            "start": 816618317,
            "stop": 816618318
        },
        {
            "start": 816618327,
            "stop": 816618328
        },
        {
            "start": 816618339,
            "stop": 816618341
        },
        {
            "start": 816618350,
            "stop": 816618362
        },
        {
            "start": 816618382,
            "stop": 816618395
        },
        {
            "start": 816618400,
            "stop": 816618403
        },
        {
            "start": 816618411,
            "stop": 816618412
        },
        {
            "start": 816618430,
            "stop": 816618432
        },
        {
            "start": 816618439,
            "stop": 816618441
        },
        {
            "start": 816618444,
            "stop": 816618447
        },
        {
            "start": 816618489,
            "stop": 816618492
        },
        {
            "start": 816618500,
            "stop": 816618503
        },
        {
            "start": 816618512,
            "stop": 816618513
        },
        {
            "start": 816619011,
            "stop": 816619018
        },
        {
            "start": 816619028,
            "stop": 816619041
        },
        {
            "start": 816619055,
            "stop": 816619062
        },
        {
            "start": 816619068,
            "stop": 816619075
        }
    ]
}