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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=177",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 178,
    "results": [
        {
            "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
        },
        {
            "start": 820477990,
            "stop": 820478358
        },
        {
            "start": 820478365,
            "stop": 820478418
        },
        {
            "start": 820478425,
            "stop": 820478762
        }
    ]
}