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=77
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=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=76",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 77,
    "results": [
        {
            "start": 819944403,
            "stop": 819944823
        },
        {
            "start": 819944971,
            "stop": 819945331
        },
        {
            "start": 819945612,
            "stop": 819946692
        },
        {
            "start": 819946852,
            "stop": 819947212
        },
        {
            "start": 819947557,
            "stop": 819947917
        },
        {
            "start": 819948251,
            "stop": 819948611
        },
        {
            "start": 819948754,
            "stop": 819948874
        },
        {
            "start": 819949150,
            "stop": 819949270
        },
        {
            "start": 819949582,
            "stop": 819950062
        },
        {
            "start": 819950245,
            "stop": 819950665
        },
        {
            "start": 819950895,
            "stop": 819951375
        },
        {
            "start": 819952069,
            "stop": 819952729
        },
        {
            "start": 819952997,
            "stop": 819953417
        },
        {
            "start": 819953850,
            "stop": 819954450
        },
        {
            "start": 819954604,
            "stop": 819954664
        },
        {
            "start": 819954960,
            "stop": 819955020
        },
        {
            "start": 819955160,
            "stop": 819955220
        },
        {
            "start": 819955380,
            "stop": 819955500
        },
        {
            "start": 819955671,
            "stop": 819955731
        },
        {
            "start": 819956162,
            "stop": 819956522
        }
    ]
}