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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=96",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 97,
    "results": [
        {
            "start": 820413285,
            "stop": 820413405
        },
        {
            "start": 820419410,
            "stop": 820419470
        },
        {
            "start": 820449078,
            "stop": 820449198
        },
        {
            "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": 820462273
        },
        {
            "start": 820462431,
            "stop": 820462971
        },
        {
            "start": 820463120,
            "stop": 820463240
        },
        {
            "start": 820463394,
            "stop": 820463874
        },
        {
            "start": 820464196,
            "stop": 820464256
        }
    ]
}