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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=145",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 146,
    "results": [
        {
            "start": 932300096,
            "stop": 932300575
        },
        {
            "start": 932300577,
            "stop": 932301279
        },
        {
            "start": 932301281,
            "stop": 932302599
        },
        {
            "start": 932302601,
            "stop": 932302815
        },
        {
            "start": 932303175,
            "stop": 932305094
        },
        {
            "start": 932305214,
            "stop": 932306415
        },
        {
            "start": 932306775,
            "stop": 932306882
        },
        {
            "start": 932307002,
            "stop": 932307040
        },
        {
            "start": 932307061,
            "stop": 932307274
        },
        {
            "start": 932307299,
            "stop": 932307411
        },
        {
            "start": 932307585,
            "stop": 932308010
        },
        {
            "start": 932311471,
            "stop": 932312031
        },
        {
            "start": 932316434,
            "stop": 932316951
        },
        {
            "start": 932320369,
            "stop": 932320538
        },
        {
            "start": 932323723,
            "stop": 932324002
        },
        {
            "start": 932324143,
            "stop": 932324302
        },
        {
            "start": 932345677,
            "stop": 932345853
        },
        {
            "start": 932348140,
            "stop": 932348198
        },
        {
            "start": 932348200,
            "stop": 932348407
        },
        {
            "start": 932348410,
            "stop": 932348437
        }
    ]
}