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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=151",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 152,
    "results": [
        {
            "start": 819985718,
            "stop": 819985867
        },
        {
            "start": 819985874,
            "stop": 819985881
        },
        {
            "start": 819985888,
            "stop": 819986101
        },
        {
            "start": 819986121,
            "stop": 819986212
        },
        {
            "start": 819986220,
            "stop": 819986401
        },
        {
            "start": 819986408,
            "stop": 819986456
        },
        {
            "start": 819986463,
            "stop": 819986604
        },
        {
            "start": 819986611,
            "stop": 819986750
        },
        {
            "start": 819986830,
            "stop": 819986884
        },
        {
            "start": 819986892,
            "stop": 819986897
        },
        {
            "start": 819986910,
            "stop": 819986937
        },
        {
            "start": 819986945,
            "stop": 819986961
        },
        {
            "start": 819986984,
            "stop": 819987342
        },
        {
            "start": 819987349,
            "stop": 819987458
        },
        {
            "start": 819987465,
            "stop": 819987558
        },
        {
            "start": 819987566,
            "stop": 819987866
        },
        {
            "start": 819987880,
            "stop": 819988137
        },
        {
            "start": 819988162,
            "stop": 819988167
        },
        {
            "start": 819988174,
            "stop": 819988251
        },
        {
            "start": 819988265,
            "stop": 819988272
        }
    ]
}