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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=315",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 316,
    "results": [
        {
            "start": 843472128,
            "stop": 843472615
        },
        {
            "start": 843472616,
            "stop": 843472750
        },
        {
            "start": 843472751,
            "stop": 843483931
        },
        {
            "start": 843484139,
            "stop": 843484447
        },
        {
            "start": 843484449,
            "stop": 843485984
        },
        {
            "start": 843487175,
            "stop": 843489441
        },
        {
            "start": 843490055,
            "stop": 843491038
        },
        {
            "start": 843492070,
            "stop": 843492974
        },
        {
            "start": 843496528,
            "stop": 843499857
        },
        {
            "start": 843499859,
            "stop": 843501856
        },
        {
            "start": 843517347,
            "stop": 843525679
        },
        {
            "start": 843526228,
            "stop": 843536299
        },
        {
            "start": 843536300,
            "stop": 843545749
        },
        {
            "start": 843545751,
            "stop": 843545844
        },
        {
            "start": 843545846,
            "stop": 843545928
        },
        {
            "start": 843545930,
            "stop": 843552315
        },
        {
            "start": 843553637,
            "stop": 843557342
        },
        {
            "start": 843557989,
            "stop": 843562432
        },
        {
            "start": 843562434,
            "stop": 843570949
        },
        {
            "start": 843570951,
            "stop": 843570968
        }
    ]
}