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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=127",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 128,
    "results": [
        {
            "start": 818328440,
            "stop": 818328441
        },
        {
            "start": 818333533,
            "stop": 818334212
        },
        {
            "start": 818334241,
            "stop": 818334244
        },
        {
            "start": 818339221,
            "stop": 818339223
        },
        {
            "start": 818339275,
            "stop": 818339417
        },
        {
            "start": 818339446,
            "stop": 818339453
        },
        {
            "start": 818339482,
            "stop": 818339533
        },
        {
            "start": 818339562,
            "stop": 818339593
        },
        {
            "start": 818340312,
            "stop": 818340548
        },
        {
            "start": 818340577,
            "stop": 818341710
        },
        {
            "start": 818343501,
            "stop": 818343504
        },
        {
            "start": 818343533,
            "stop": 818344714
        },
        {
            "start": 818344745,
            "stop": 818344748
        },
        {
            "start": 818344777,
            "stop": 818346272
        },
        {
            "start": 818346284,
            "stop": 818347690
        },
        {
            "start": 818347719,
            "stop": 818347762
        },
        {
            "start": 818347805,
            "stop": 818347813
        },
        {
            "start": 818360206,
            "stop": 818362299
        },
        {
            "start": 818362307,
            "stop": 818363359
        },
        {
            "start": 818363557,
            "stop": 818365751
        }
    ]
}