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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=51",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 52,
    "results": [
        {
            "start": 819071455,
            "stop": 819071575
        },
        {
            "start": 819071927,
            "stop": 819072107
        },
        {
            "start": 819072256,
            "stop": 819072436
        },
        {
            "start": 819072576,
            "stop": 819072756
        },
        {
            "start": 819072910,
            "stop": 819073030
        },
        {
            "start": 819073252,
            "stop": 819073312
        },
        {
            "start": 819073993,
            "stop": 819074173
        },
        {
            "start": 819074475,
            "stop": 819074595
        },
        {
            "start": 819074759,
            "stop": 819074999
        },
        {
            "start": 819082597,
            "stop": 819083377
        },
        {
            "start": 819083552,
            "stop": 819088352
        },
        {
            "start": 819088525,
            "stop": 819088825
        },
        {
            "start": 819090463,
            "stop": 819090943
        },
        {
            "start": 819091961,
            "stop": 819092201
        },
        {
            "start": 819092442,
            "stop": 819092562
        },
        {
            "start": 819092652,
            "stop": 819092982
        },
        {
            "start": 819093659,
            "stop": 819093779
        },
        {
            "start": 819103243,
            "stop": 819103543
        },
        {
            "start": 819103801,
            "stop": 819104221
        },
        {
            "start": 819105166,
            "stop": 819106606
        }
    ]
}