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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=143",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 144,
    "results": [
        {
            "start": 816762147,
            "stop": 816762149
        },
        {
            "start": 816762153,
            "stop": 816762214
        },
        {
            "start": 816762223,
            "stop": 816762232
        },
        {
            "start": 816762236,
            "stop": 816762237
        },
        {
            "start": 816762242,
            "stop": 816762244
        },
        {
            "start": 816762248,
            "stop": 816762251
        },
        {
            "start": 816762255,
            "stop": 816762296
        },
        {
            "start": 816762299,
            "stop": 816762307
        },
        {
            "start": 816762312,
            "stop": 816762313
        },
        {
            "start": 816762318,
            "stop": 816762358
        },
        {
            "start": 816762361,
            "stop": 816762363
        },
        {
            "start": 816762369,
            "stop": 816762373
        },
        {
            "start": 816762381,
            "stop": 816762385
        },
        {
            "start": 816762391,
            "stop": 816762393
        },
        {
            "start": 816762397,
            "stop": 816762467
        },
        {
            "start": 816762471,
            "stop": 816762493
        },
        {
            "start": 816762497,
            "stop": 816762502
        },
        {
            "start": 816762508,
            "stop": 816762548
        },
        {
            "start": 816762553,
            "stop": 816762557
        },
        {
            "start": 816762560,
            "stop": 816762593
        }
    ]
}