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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=18",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 19,
    "results": [
        {
            "start": 816143173,
            "stop": 816147410
        },
        {
            "start": 816147490,
            "stop": 816156455
        },
        {
            "start": 816156467,
            "stop": 816175831
        },
        {
            "start": 816175839,
            "stop": 816176436
        },
        {
            "start": 816176444,
            "stop": 816179632
        },
        {
            "start": 816179636,
            "stop": 816179690
        },
        {
            "start": 816179830,
            "stop": 816180230
        },
        {
            "start": 816180310,
            "stop": 816180405
        },
        {
            "start": 816180412,
            "stop": 816181310
        },
        {
            "start": 816181450,
            "stop": 816183172
        },
        {
            "start": 816184320,
            "stop": 816184610
        },
        {
            "start": 816184690,
            "stop": 816185270
        },
        {
            "start": 816186901,
            "stop": 816189650
        },
        {
            "start": 816189730,
            "stop": 816189793
        },
        {
            "start": 816190352,
            "stop": 816191930
        },
        {
            "start": 816192010,
            "stop": 816192343
        },
        {
            "start": 816192370,
            "stop": 816192433
        },
        {
            "start": 816193833,
            "stop": 816194210
        },
        {
            "start": 816194350,
            "stop": 816194630
        },
        {
            "start": 816194770,
            "stop": 816195493
        }
    ]
}