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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=471",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 472,
    "results": [
        {
            "start": 826042066,
            "stop": 826043180
        },
        {
            "start": 826043199,
            "stop": 826043984
        },
        {
            "start": 826044003,
            "stop": 826044501
        },
        {
            "start": 826044518,
            "stop": 826044770
        },
        {
            "start": 826044787,
            "stop": 826045177
        },
        {
            "start": 826045258,
            "stop": 826045473
        },
        {
            "start": 826045490,
            "stop": 826045523
        },
        {
            "start": 826045541,
            "stop": 826045574
        },
        {
            "start": 826045591,
            "stop": 826045708
        },
        {
            "start": 826045725,
            "stop": 826045728
        },
        {
            "start": 826045745,
            "stop": 826045746
        },
        {
            "start": 826045763,
            "stop": 826046121
        },
        {
            "start": 826046124,
            "stop": 826047433
        },
        {
            "start": 826047628,
            "stop": 826052460
        },
        {
            "start": 826052580,
            "stop": 826054002
        },
        {
            "start": 826054019,
            "stop": 826054036
        },
        {
            "start": 826054053,
            "stop": 826055987
        },
        {
            "start": 826056008,
            "stop": 826056799
        },
        {
            "start": 826056816,
            "stop": 826057202
        },
        {
            "start": 826057206,
            "stop": 826058317
        }
    ]
}