Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=82
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_H2L1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=81",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 82,
    "results": [
        {
            "start": 819944131,
            "stop": 819944251
        },
        {
            "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
        }
    ]
}