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=180
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=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=179",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 180,
    "results": [
        {
            "start": 820378172,
            "stop": 820378689
        },
        {
            "start": 820378692,
            "stop": 820378917
        },
        {
            "start": 820378934,
            "stop": 820379320
        },
        {
            "start": 820379337,
            "stop": 820379688
        },
        {
            "start": 820379705,
            "stop": 820379745
        },
        {
            "start": 820379762,
            "stop": 820380079
        },
        {
            "start": 820381418,
            "stop": 820381823
        },
        {
            "start": 820381826,
            "stop": 820381993
        },
        {
            "start": 820382080,
            "stop": 820382383
        },
        {
            "start": 820382400,
            "stop": 820382421
        },
        {
            "start": 820382438,
            "stop": 820382923
        },
        {
            "start": 820382949,
            "stop": 820383087
        },
        {
            "start": 820383104,
            "stop": 820383248
        },
        {
            "start": 820383265,
            "stop": 820383504
        },
        {
            "start": 820383521,
            "stop": 820383730
        },
        {
            "start": 820383733,
            "stop": 820383741
        },
        {
            "start": 820383744,
            "stop": 820384125
        },
        {
            "start": 820384142,
            "stop": 820384234
        },
        {
            "start": 820384238,
            "stop": 820384290
        },
        {
            "start": 820384307,
            "stop": 820384315
        }
    ]
}