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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=254",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 255,
    "results": [
        {
            "start": 821548199,
            "stop": 821548274
        },
        {
            "start": 821548277,
            "stop": 821548515
        },
        {
            "start": 821548518,
            "stop": 821548589
        },
        {
            "start": 821563195,
            "stop": 821563313
        },
        {
            "start": 821563316,
            "stop": 821563478
        },
        {
            "start": 821563482,
            "stop": 821563553
        },
        {
            "start": 821563556,
            "stop": 821563695
        },
        {
            "start": 821563698,
            "stop": 821563808
        },
        {
            "start": 821563812,
            "stop": 821563814
        },
        {
            "start": 821563817,
            "stop": 821563852
        },
        {
            "start": 821563855,
            "stop": 821563944
        },
        {
            "start": 821563947,
            "stop": 821564011
        },
        {
            "start": 821564014,
            "stop": 821564067
        },
        {
            "start": 821564071,
            "stop": 821564074
        },
        {
            "start": 821564077,
            "stop": 821564085
        },
        {
            "start": 821564089,
            "stop": 821564096
        },
        {
            "start": 821564099,
            "stop": 821564243
        },
        {
            "start": 821564247,
            "stop": 821564249
        },
        {
            "start": 821564252,
            "stop": 821564302
        },
        {
            "start": 821564306,
            "stop": 821564314
        }
    ]
}