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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5125",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5126,
    "results": [
        {
            "start": 874694931,
            "stop": 874694998
        },
        {
            "start": 874695010,
            "stop": 874695018
        },
        {
            "start": 874695026,
            "stop": 874695051
        },
        {
            "start": 874695058,
            "stop": 874695090
        },
        {
            "start": 874695097,
            "stop": 874695104
        },
        {
            "start": 874695111,
            "stop": 874695168
        },
        {
            "start": 874695175,
            "stop": 874695247
        },
        {
            "start": 874695254,
            "stop": 874695264
        },
        {
            "start": 874695275,
            "stop": 874695294
        },
        {
            "start": 874695301,
            "stop": 874695307
        },
        {
            "start": 874695317,
            "stop": 874695319
        },
        {
            "start": 874695326,
            "stop": 874695350
        },
        {
            "start": 874695358,
            "stop": 874695406
        },
        {
            "start": 874695414,
            "stop": 874695427
        },
        {
            "start": 874695434,
            "stop": 874695474
        },
        {
            "start": 874695481,
            "stop": 874695511
        },
        {
            "start": 874695518,
            "stop": 874695561
        },
        {
            "start": 874695569,
            "stop": 874695673
        },
        {
            "start": 874695681,
            "stop": 874695687
        },
        {
            "start": 874695695,
            "stop": 874695763
        }
    ]
}