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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=178",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 179,
    "results": [
        {
            "start": 932763575,
            "stop": 932763615
        },
        {
            "start": 932763975,
            "stop": 932764571
        },
        {
            "start": 932764808,
            "stop": 932765863
        },
        {
            "start": 932771327,
            "stop": 932771627
        },
        {
            "start": 932791915,
            "stop": 932792415
        },
        {
            "start": 932792775,
            "stop": 932792844
        },
        {
            "start": 932792904,
            "stop": 932795024
        },
        {
            "start": 932795026,
            "stop": 932795773
        },
        {
            "start": 932795776,
            "stop": 932795802
        },
        {
            "start": 932795922,
            "stop": 932796015
        },
        {
            "start": 932796375,
            "stop": 932797229
        },
        {
            "start": 932797231,
            "stop": 932797247
        },
        {
            "start": 932797250,
            "stop": 932798527
        },
        {
            "start": 932798529,
            "stop": 932799100
        },
        {
            "start": 932803648,
            "stop": 932804701
        },
        {
            "start": 932804719,
            "stop": 932805511
        },
        {
            "start": 932805513,
            "stop": 932806201
        },
        {
            "start": 932806203,
            "stop": 932806564
        },
        {
            "start": 932806566,
            "stop": 932806815
        },
        {
            "start": 932807175,
            "stop": 932807617
        }
    ]
}