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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=211",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 212,
    "results": [
        {
            "start": 820474284,
            "stop": 820474594
        },
        {
            "start": 820474601,
            "stop": 820474691
        },
        {
            "start": 820474705,
            "stop": 820474817
        },
        {
            "start": 820474824,
            "stop": 820474890
        },
        {
            "start": 820474898,
            "stop": 820475169
        },
        {
            "start": 820475177,
            "stop": 820475330
        },
        {
            "start": 820475337,
            "stop": 820475751
        },
        {
            "start": 820475765,
            "stop": 820476232
        },
        {
            "start": 820476246,
            "stop": 820476288
        },
        {
            "start": 820476295,
            "stop": 820476441
        },
        {
            "start": 820476448,
            "stop": 820476554
        },
        {
            "start": 820476569,
            "stop": 820476586
        },
        {
            "start": 820476594,
            "stop": 820477043
        },
        {
            "start": 820477050,
            "stop": 820477164
        },
        {
            "start": 820477171,
            "stop": 820477192
        },
        {
            "start": 820477205,
            "stop": 820477259
        },
        {
            "start": 820477266,
            "stop": 820477374
        },
        {
            "start": 820477381,
            "stop": 820477577
        },
        {
            "start": 820477584,
            "stop": 820477882
        },
        {
            "start": 820477889,
            "stop": 820477982
        }
    ]
}