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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=88",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 89,
    "results": [
        {
            "start": 820449356,
            "stop": 820449836
        },
        {
            "start": 820450168,
            "stop": 820450828
        },
        {
            "start": 820452165,
            "stop": 820452285
        },
        {
            "start": 820453472,
            "stop": 820453592
        },
        {
            "start": 820454088,
            "stop": 820454268
        },
        {
            "start": 820454930,
            "stop": 820454990
        },
        {
            "start": 820457971,
            "stop": 820458271
        },
        {
            "start": 820458580,
            "stop": 820458940
        },
        {
            "start": 820459195,
            "stop": 820459255
        },
        {
            "start": 820459514,
            "stop": 820459574
        },
        {
            "start": 820459997,
            "stop": 820461137
        },
        {
            "start": 820461451,
            "stop": 820461571
        },
        {
            "start": 820462093,
            "stop": 820462213
        },
        {
            "start": 820462431,
            "stop": 820462971
        },
        {
            "start": 820463120,
            "stop": 820463240
        },
        {
            "start": 820463394,
            "stop": 820463874
        },
        {
            "start": 820464016,
            "stop": 820464256
        },
        {
            "start": 820464397,
            "stop": 820464637
        },
        {
            "start": 820465214,
            "stop": 820465334
        },
        {
            "start": 820465487,
            "stop": 820465547
        }
    ]
}