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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=72",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 73,
    "results": [
        {
            "start": 822826346,
            "stop": 822826393
        },
        {
            "start": 822826397,
            "stop": 822826398
        },
        {
            "start": 822826453,
            "stop": 822826517
        },
        {
            "start": 822826521,
            "stop": 822826546
        },
        {
            "start": 822826570,
            "stop": 822826576
        },
        {
            "start": 822826595,
            "stop": 822826610
        },
        {
            "start": 822826619,
            "stop": 822826640
        },
        {
            "start": 822826649,
            "stop": 822826674
        },
        {
            "start": 822826683,
            "stop": 822826693
        },
        {
            "start": 822826736,
            "stop": 822826737
        },
        {
            "start": 822826815,
            "stop": 822826824
        },
        {
            "start": 822826847,
            "stop": 822826853
        },
        {
            "start": 822826856,
            "stop": 822826867
        },
        {
            "start": 822826876,
            "stop": 822826932
        },
        {
            "start": 822827117,
            "stop": 822827123
        },
        {
            "start": 822827126,
            "stop": 822827137
        },
        {
            "start": 822827141,
            "stop": 822827146
        },
        {
            "start": 822827150,
            "stop": 822827173
        },
        {
            "start": 822827191,
            "stop": 822827193
        },
        {
            "start": 822827282,
            "stop": 822827284
        }
    ]
}