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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=172",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 173,
    "results": [
        {
            "start": 834800992,
            "stop": 834800996
        },
        {
            "start": 834801253,
            "stop": 834801258
        },
        {
            "start": 834801262,
            "stop": 834801340
        },
        {
            "start": 834801343,
            "stop": 834801354
        },
        {
            "start": 834801362,
            "stop": 834801608
        },
        {
            "start": 834801612,
            "stop": 834801671
        },
        {
            "start": 834801674,
            "stop": 834801825
        },
        {
            "start": 834801829,
            "stop": 834801853
        },
        {
            "start": 834801886,
            "stop": 834801889
        },
        {
            "start": 834810553,
            "stop": 834810705
        },
        {
            "start": 834810718,
            "stop": 834810753
        },
        {
            "start": 834810757,
            "stop": 834810849
        },
        {
            "start": 834810853,
            "stop": 834810873
        },
        {
            "start": 834810887,
            "stop": 834810893
        },
        {
            "start": 834810897,
            "stop": 834810936
        },
        {
            "start": 834810944,
            "stop": 834811153
        },
        {
            "start": 834811190,
            "stop": 834811191
        },
        {
            "start": 834811333,
            "stop": 834811392
        },
        {
            "start": 834811396,
            "stop": 834811421
        },
        {
            "start": 834811425,
            "stop": 834811649
        }
    ]
}