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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=106",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 107,
    "results": [
        {
            "start": 816681027,
            "stop": 816681213
        },
        {
            "start": 816681217,
            "stop": 816681258
        },
        {
            "start": 816681267,
            "stop": 816681363
        },
        {
            "start": 816681366,
            "stop": 816681414
        },
        {
            "start": 816681417,
            "stop": 816681668
        },
        {
            "start": 816681672,
            "stop": 816681703
        },
        {
            "start": 816681707,
            "stop": 816681818
        },
        {
            "start": 816681821,
            "stop": 816681848
        },
        {
            "start": 816681851,
            "stop": 816681930
        },
        {
            "start": 816681934,
            "stop": 816682073
        },
        {
            "start": 816682080,
            "stop": 816682081
        },
        {
            "start": 816682085,
            "stop": 816682126
        },
        {
            "start": 816682130,
            "stop": 816682131
        },
        {
            "start": 816682135,
            "stop": 816682211
        },
        {
            "start": 816682215,
            "stop": 816682334
        },
        {
            "start": 816682338,
            "stop": 816682340
        },
        {
            "start": 816682345,
            "stop": 816682374
        },
        {
            "start": 816682377,
            "stop": 816682476
        },
        {
            "start": 816682479,
            "stop": 816682480
        },
        {
            "start": 816682484,
            "stop": 816682498
        }
    ]
}